ripple_oh_caramba 0.2.0 → 0.2.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/Rakefile +2 -2
- data/VERSION +1 -1
- data/ripple_oh_caramba.gemspec +3 -3
- metadata +5 -5
data/Rakefile
CHANGED
|
@@ -15,8 +15,8 @@ Jeweler::Tasks.new do |gem|
|
|
|
15
15
|
gem.name = "ripple_oh_caramba"
|
|
16
16
|
gem.homepage = "http://github.com/jbe/ripple_oh_caramba"
|
|
17
17
|
gem.license = "MIT"
|
|
18
|
-
gem.summary = %Q{Monkey patch to extend the
|
|
19
|
-
gem.description = %Q{Monkeypatches
|
|
18
|
+
gem.summary = %Q{Monkey patch to extend the Ripple DSL.}
|
|
19
|
+
gem.description = %Q{Monkeypatches Ripple, giving support for referential associations, mutual associations, and other stuff. Highly experimental.}
|
|
20
20
|
gem.email = "post@jostein.be"
|
|
21
21
|
gem.authors = ["jbe"]
|
|
22
22
|
# and development dependencies are only needed for development (ie running rake tasks, tests, etc)
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.1
|
data/ripple_oh_caramba.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{ripple_oh_caramba}
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["jbe"]
|
|
12
12
|
s.date = %q{2011-02-20}
|
|
13
|
-
s.description = %q{Monkeypatches
|
|
13
|
+
s.description = %q{Monkeypatches Ripple, giving support for referential associations, mutual associations, and other stuff. Highly experimental.}
|
|
14
14
|
s.email = %q{post@jostein.be}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE.txt",
|
|
@@ -34,7 +34,7 @@ Gem::Specification.new do |s|
|
|
|
34
34
|
s.licenses = ["MIT"]
|
|
35
35
|
s.require_paths = ["lib"]
|
|
36
36
|
s.rubygems_version = %q{1.3.7}
|
|
37
|
-
s.summary = %q{Monkey patch to extend the
|
|
37
|
+
s.summary = %q{Monkey patch to extend the Ripple DSL.}
|
|
38
38
|
s.test_files = [
|
|
39
39
|
"spec/ripple_oh_caramba_spec.rb"
|
|
40
40
|
]
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 2
|
|
8
|
-
-
|
|
9
|
-
version: 0.2.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.2.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- jbe
|
|
@@ -73,7 +73,7 @@ dependencies:
|
|
|
73
73
|
type: :runtime
|
|
74
74
|
prerelease: false
|
|
75
75
|
version_requirements: *id004
|
|
76
|
-
description: Monkeypatches
|
|
76
|
+
description: Monkeypatches Ripple, giving support for referential associations, mutual associations, and other stuff. Highly experimental.
|
|
77
77
|
email: post@jostein.be
|
|
78
78
|
executables: []
|
|
79
79
|
|
|
@@ -109,7 +109,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
109
109
|
requirements:
|
|
110
110
|
- - ">="
|
|
111
111
|
- !ruby/object:Gem::Version
|
|
112
|
-
hash:
|
|
112
|
+
hash: 219144273
|
|
113
113
|
segments:
|
|
114
114
|
- 0
|
|
115
115
|
version: "0"
|
|
@@ -127,6 +127,6 @@ rubyforge_project:
|
|
|
127
127
|
rubygems_version: 1.3.7
|
|
128
128
|
signing_key:
|
|
129
129
|
specification_version: 3
|
|
130
|
-
summary: Monkey patch to extend the
|
|
130
|
+
summary: Monkey patch to extend the Ripple DSL.
|
|
131
131
|
test_files:
|
|
132
132
|
- spec/ripple_oh_caramba_spec.rb
|