fetch_in 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ begin
8
8
  gem.summary = %Q{simple value fetching in nested associative structures}
9
9
  gem.description = %Q{fetch values from nested associative structures without worring about nils, a la clojure's get-in}
10
10
  gem.email = "mccraigmccraig@googlemail.com"
11
- gem.homepage = "http://github.com/mccraigmccraig/fetch_in"
11
+ gem.homepage = "http://github.com/trampoline/fetch_in"
12
12
  gem.authors = ["mccraig mccraig of the clan mccraig"]
13
13
  gem.add_development_dependency "rspec", ">= 1.2.9"
14
14
  gem.add_development_dependency "rr", ">= 0.10.5"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - mccraig mccraig of the clan mccraig
@@ -66,7 +66,7 @@ files:
66
66
  - spec/spec.opts
67
67
  - spec/spec_helper.rb
68
68
  has_rdoc: true
69
- homepage: http://github.com/mccraigmccraig/fetch_in
69
+ homepage: http://github.com/trampoline/fetch_in
70
70
  licenses: []
71
71
 
72
72
  post_install_message: