joint 0.5.2 → 0.5.3

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.
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- joint (0.5.1)
4
+ joint (0.5.2)
5
5
  mime-types
6
6
  mongo_mapper (~> 0.8.6)
7
- wand (~> 0.3)
7
+ wand (~> 0.4)
8
8
 
9
9
  GEM
10
10
  remote: http://rubygems.org/
@@ -28,9 +28,11 @@ GEM
28
28
  plucky (0.3.6)
29
29
  mongo (~> 1.1)
30
30
  rake (0.8.7)
31
+ safe_shell (1.0.0)
31
32
  shoulda (2.11.3)
32
- wand (0.3)
33
+ wand (0.4)
33
34
  mime-types
35
+ safe_shell (~> 1.0.0)
34
36
 
35
37
  PLATFORMS
36
38
  ruby
@@ -44,4 +46,4 @@ DEPENDENCIES
44
46
  mocha
45
47
  mongo_mapper (~> 0.8.6)
46
48
  shoulda
47
- wand (~> 0.3)
49
+ wand (~> 0.4)
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.authors = ["John Nunemaker"]
11
11
  s.version = Joint::Version
12
12
 
13
- s.add_dependency 'wand', '~> 0.3'
13
+ s.add_dependency 'wand', '~> 0.4'
14
14
  s.add_dependency 'mime-types'
15
15
  s.add_dependency 'mongo_mapper', '~> 0.8.6'
16
16
 
@@ -1,3 +1,3 @@
1
1
  module Joint
2
- Version = '0.5.2'
2
+ Version = '0.5.3'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: joint
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 2
10
- version: 0.5.2
9
+ - 3
10
+ version: 0.5.3
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: 2010-12-30 00:00:00 -05:00
18
+ date: 2011-01-22 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -26,11 +26,11 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- hash: 13
29
+ hash: 3
30
30
  segments:
31
31
  - 0
32
- - 3
33
- version: "0.3"
32
+ - 4
33
+ version: "0.4"
34
34
  type: :runtime
35
35
  version_requirements: *id001
36
36
  - !ruby/object:Gem::Dependency