mattly-exegesis 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION.yml +1 -1
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -11,7 +11,7 @@ begin
11
11
  s.homepage = "http://github.com/mattly/exegesis"
12
12
  s.description = "A Document <> Object Mapper for CouchDB Documents"
13
13
  s.authors = ["Matt Lyon"]
14
- s.add_dependency('rest-client', '>= 0.12.6')
14
+ s.add_dependency('rest-client', '>= 0.9')
15
15
  end
16
16
  rescue LoadError
17
17
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 2
4
- :patch: 1
4
+ :patch: 2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mattly-exegesis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Lyon
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: 0.12.6
23
+ version: "0.9"
24
24
  version:
25
25
  description: A Document <> Object Mapper for CouchDB Documents
26
26
  email: matt@flowerpowered.com