environment 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/Manifest CHANGED
@@ -2,5 +2,5 @@ Manifest
2
2
  README.rdoc
3
3
  Rakefile
4
4
  environment.gemspec
5
- lib/enviornment.rb
5
+ lib/environment.rb
6
6
  lib/save_environment_variables.sh
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require "rubygems"
2
2
  require "rake"
3
3
  require "echoe"
4
4
 
5
- Echoe.new("environment", "0.1.0") do |p|
5
+ Echoe.new("environment", "0.1.1") do |p|
6
6
  p.description = "Environment variables in are not available to scripts running as crons and/or services. This gem allows ruby scripts running as a cron and/or as a service full access to the system environment variables."
7
7
  p.summary = "Environment variables in are not available to scripts running as crons and/or services. This gem allows ruby scripts running as a cron and/or as a service full access to the system environment variables."
8
8
  p.url = "http://rubygems.org/gems/environment"
data/environment.gemspec CHANGED
@@ -2,15 +2,15 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{environment}
5
- s.version = "0.1.0"
5
+ s.version = "0.1.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Nitesh Goel"]
9
9
  s.date = %q{2011-04-21}
10
10
  s.description = %q{Environment variables in are not available to scripts running as crons and/or services. This gem allows ruby scripts running as a cron and/or as a service full access to the system environment variables.}
11
11
  s.email = %q{nitesh@wikinvest.com}
12
- s.extra_rdoc_files = ["README.rdoc", "lib/enviornment.rb", "lib/save_environment_variables.sh"]
13
- s.files = ["Manifest", "README.rdoc", "Rakefile", "environment.gemspec", "lib/enviornment.rb", "lib/save_environment_variables.sh"]
12
+ s.extra_rdoc_files = ["README.rdoc", "lib/environment.rb", "lib/save_environment_variables.sh"]
13
+ s.files = ["Manifest", "README.rdoc", "Rakefile", "environment.gemspec", "lib/environment.rb", "lib/save_environment_variables.sh"]
14
14
  s.homepage = %q{http://rubygems.org/gems/environment}
15
15
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Environment", "--main", "README.rdoc"]
16
16
  s.require_paths = ["lib"]
File without changes
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: environment
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nitesh Goel
@@ -26,14 +26,14 @@ extensions: []
26
26
 
27
27
  extra_rdoc_files:
28
28
  - README.rdoc
29
- - lib/enviornment.rb
29
+ - lib/environment.rb
30
30
  - lib/save_environment_variables.sh
31
31
  files:
32
32
  - Manifest
33
33
  - README.rdoc
34
34
  - Rakefile
35
35
  - environment.gemspec
36
- - lib/enviornment.rb
36
+ - lib/environment.rb
37
37
  - lib/save_environment_variables.sh
38
38
  homepage: http://rubygems.org/gems/environment
39
39
  licenses: []