File: control

package info (click to toggle)
ruby-climate-control 0.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 136 kB
  • ctags: 21
  • sloc: ruby: 159; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,165 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: ruby-climate-control
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Build-Depends: debhelper (>= 7.0.50~),
               gem2deb,
               rake,
               ruby-activesupport (>= 3.0),
               ruby-rspec
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-climate-control.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-climate-control.git
Homepage: https://github.com/thoughtbot/climate_control
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-climate-control
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-activesupport (>= 3.0),
         ${misc:Depends},
         ${shlibs:Depends}
Description: library to easily manage environment variables
 This gem enables the users to manage their environment variables from Ruby
 applications. Climate Control modifies environment variables only within 
 the context of the block, ensuring values are managed properly and 
 consistently.