rufus-cloche 1.0.0 → 1.0.1

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.
data/CHANGELOG.txt CHANGED
@@ -2,7 +2,7 @@
2
2
  = rufus-cloche CHANGELOG.txt
3
3
 
4
4
 
5
- == rufus-cloche - 1.0.0 released 2011/05/25
5
+ == rufus-cloche - 1.0.1 released 2011/05/25
6
6
 
7
7
  - fix for flock and JRuby (Thanks Mario Camou)
8
8
  http://jira.codehaus.org/browse/JRUBY-5627
@@ -30,7 +30,7 @@ module Rufus
30
30
  #
31
31
  class Cloche
32
32
 
33
- VERSION = '1.0.0'
33
+ VERSION = '1.0.1'
34
34
  end
35
35
  end
36
36
 
data/rufus-cloche.gemspec CHANGED
@@ -32,7 +32,7 @@ Strives to be process-safe and thread-safe.
32
32
  '*.gemspec', '*.txt', '*.rdoc', '*.md'
33
33
  ]
34
34
 
35
- s.add_runtime_dependency 'rufus-json', '>= 0.2.5'
35
+ s.add_runtime_dependency 'rufus-json', '>= 0.2.7'
36
36
 
37
37
  s.add_development_dependency 'rake'
38
38
  s.add_development_dependency 'json'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rufus-cloche
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - John Mettraux
@@ -26,12 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- hash: 29
29
+ hash: 25
30
30
  segments:
31
31
  - 0
32
32
  - 2
33
- - 5
34
- version: 0.2.5
33
+ - 7
34
+ version: 0.2.7
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
37
  - !ruby/object:Gem::Dependency