bin 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Gemfile.lock +3 -3
  2. data/bin.gemspec +1 -1
  3. data/lib/bin/version.rb +1 -1
  4. metadata +16 -8
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bin (0.6.3)
5
- activesupport (~> 3.1.0)
4
+ bin (0.7.1)
5
+ activesupport (>= 3.0.0, < 3.2.0)
6
6
  mongo (~> 1.3.0)
7
7
 
8
8
  GEM
@@ -11,7 +11,7 @@ GEM
11
11
  SystemTimer (1.2.1)
12
12
  activesupport (3.1.0)
13
13
  multi_json (~> 1.0)
14
- bson (1.3.1)
14
+ bson (1.4.0)
15
15
  bson_ext (1.3.1)
16
16
  diff-lcs (1.1.3)
17
17
  i18n (0.6.0)
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.description = 'ActiveSupport MongoDB Cache store.'
13
13
 
14
14
  s.add_dependency 'mongo', '~> 1.3.0'
15
- s.add_dependency 'activesupport', '~> 3.1.0'
15
+ s.add_dependency 'activesupport', '>= 3.0.0', '< 3.2.0'
16
16
 
17
17
  s.files = `git ls-files`.split("\n")
18
18
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
@@ -1,3 +1,3 @@
1
1
  module Bin
2
- Version = '0.7.0'
2
+ Version = '0.7.1'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- - 0
10
- version: 0.7.0
9
+ - 1
10
+ version: 0.7.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - John Nunemaker
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-09-17 00:00:00 Z
18
+ date: 2011-10-05 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: mongo
@@ -39,14 +39,22 @@ dependencies:
39
39
  requirement: &id002 !ruby/object:Gem::Requirement
40
40
  none: false
41
41
  requirements:
42
- - - ~>
42
+ - - ">="
43
43
  - !ruby/object:Gem::Version
44
- hash: 3
44
+ hash: 7
45
45
  segments:
46
46
  - 3
47
- - 1
48
47
  - 0
49
- version: 3.1.0
48
+ - 0
49
+ version: 3.0.0
50
+ - - <
51
+ - !ruby/object:Gem::Version
52
+ hash: 15
53
+ segments:
54
+ - 3
55
+ - 2
56
+ - 0
57
+ version: 3.2.0
50
58
  type: :runtime
51
59
  version_requirements: *id002
52
60
  description: ActiveSupport MongoDB Cache store.