machinist_callbacks 0.1.1 → 0.1.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.
data/README.rdoc CHANGED
@@ -32,7 +32,7 @@ Yes. Machinist is built in a way that every <tt>make</tt> in your callback impli
32
32
  when an object graph is created with <tt>make_unsaved</tt>.
33
33
 
34
34
 
35
- == Installation and setup
35
+ == Installation
36
36
 
37
37
  You can install the gem with
38
38
  sudo gem install machinist_callbacks
@@ -53,6 +53,7 @@ We cannot guarantee Rails 3 compatibility at this point, but we will upgrade the
53
53
 
54
54
  Henning Koch
55
55
 
56
+ {makandra.com}[http://makandra.com/]
57
+
56
58
  {gem-session.com}[http://gem-session.com/]
57
59
 
58
- {www.makandra.de}[http://www.makandra.de/]
data/Rakefile CHANGED
@@ -30,7 +30,7 @@ begin
30
30
  gemspec.homepage = "http://github.com/makandra/machinist_callbacks"
31
31
  gemspec.description = "Callback hooks for machinist blueprints"
32
32
  gemspec.authors = ["Henning Koch"]
33
- gemspec.add_dependency 'machinist'
33
+ gemspec.add_dependency 'machinist', '<2.0.0'
34
34
  end
35
35
  rescue LoadError
36
36
  puts "Jeweler not available. Install it with: sudo gem install jeweler"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{machinist_callbacks}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Henning Koch"]
12
- s.date = %q{2010-06-23}
12
+ s.date = %q{2010-07-22}
13
13
  s.description = %q{Callback hooks for machinist blueprints}
14
14
  s.email = %q{github@makandra.de}
15
15
  s.extra_rdoc_files = [
@@ -80,11 +80,11 @@ Gem::Specification.new do |s|
80
80
  s.specification_version = 3
81
81
 
82
82
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
83
- s.add_runtime_dependency(%q<machinist>, [">= 0"])
83
+ s.add_runtime_dependency(%q<machinist>, ["< 2.0.0"])
84
84
  else
85
- s.add_dependency(%q<machinist>, [">= 0"])
85
+ s.add_dependency(%q<machinist>, ["< 2.0.0"])
86
86
  end
87
87
  else
88
- s.add_dependency(%q<machinist>, [">= 0"])
88
+ s.add_dependency(%q<machinist>, ["< 2.0.0"])
89
89
  end
90
90
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Henning Koch
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-06-23 00:00:00 +02:00
17
+ date: 2010-07-22 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -22,11 +22,13 @@ dependencies:
22
22
  prerelease: false
23
23
  requirement: &id001 !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - ">="
25
+ - - <
26
26
  - !ruby/object:Gem::Version
27
27
  segments:
28
+ - 2
29
+ - 0
28
30
  - 0
29
- version: "0"
31
+ version: 2.0.0
30
32
  type: :runtime
31
33
  version_requirements: *id001
32
34
  description: Callback hooks for machinist blueprints