machinist_mongomapper 0.9.5 → 0.9.6

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/Rakefile CHANGED
@@ -11,7 +11,7 @@ begin
11
11
  gem.homepage = "http://github.com/yeastymobs/machinist_mongomapper"
12
12
  gem.authors = ["Nicolas Mérouze", "Vincent Hellot", "Mathieu Fosse", "Cyril Mougel"]
13
13
 
14
- gem.add_dependency('notahat-machinist', '~> 1.0.4')
14
+ gem.add_dependency('machinist', '~> 1.0.4')
15
15
  gem.add_dependency('mongo_mapper', '~> 0.5.4')
16
16
  end
17
17
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.5
1
+ 0.9.6
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{machinist_mongomapper}
8
- s.version = "0.9.5"
8
+ s.version = "0.9.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Nicolas M\303\251rouze", "Vincent Hellot", "Mathieu Fosse", "Cyril Mougel"]
@@ -42,14 +42,14 @@ Gem::Specification.new do |s|
42
42
  s.specification_version = 3
43
43
 
44
44
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
45
- s.add_runtime_dependency(%q<notahat-machinist>, ["~> 1.0.4"])
45
+ s.add_runtime_dependency(%q<machinist>, ["~> 1.0.4"])
46
46
  s.add_runtime_dependency(%q<mongo_mapper>, ["~> 0.5.4"])
47
47
  else
48
- s.add_dependency(%q<notahat-machinist>, ["~> 1.0.4"])
48
+ s.add_dependency(%q<machinist>, ["~> 1.0.4"])
49
49
  s.add_dependency(%q<mongo_mapper>, ["~> 0.5.4"])
50
50
  end
51
51
  else
52
- s.add_dependency(%q<notahat-machinist>, ["~> 1.0.4"])
52
+ s.add_dependency(%q<machinist>, ["~> 1.0.4"])
53
53
  s.add_dependency(%q<mongo_mapper>, ["~> 0.5.4"])
54
54
  end
55
55
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: machinist_mongomapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5
4
+ version: 0.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Nicolas M\xC3\xA9rouze"
@@ -16,7 +16,7 @@ date: 2009-10-15 00:00:00 +02:00
16
16
  default_executable:
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
- name: notahat-machinist
19
+ name: machinist
20
20
  type: :runtime
21
21
  version_requirement:
22
22
  version_requirements: !ruby/object:Gem::Requirement