RubyGems
npm
Organizations
Log in
Sign up
RubyGems
kelredd-resourceful
Versions diffs
0.7.9 → 0.7.10
kelredd-resourceful 0.7.9 → 0.7.10
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
data/lib/resourceful/model/activerecord_associations.rb
+1
-1
data/lib/resourceful/version.rb
+1
-1
metadata
+1
-1
data/lib/resourceful/model/activerecord_associations.rb
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
module Resourceful
2
2
module Model
3
-
module
ExternalAssociations
3
+
module
ActiverecordAssociations
4
4
5
5
module ClassMethods
6
6
data/lib/resourceful/version.rb
CHANGED
Viewed
@@ -3,7 +3,7 @@ module Resourceful
3
3
4
4
MAJOR = 0
5
5
MINOR = 7
6
-
TINY =
9
6
+
TINY =
10
7
7
8
8
def self.to_s # :nodoc:
9
9
[MAJOR, MINOR, TINY].join('.')
metadata
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
--- !ruby/object:Gem::Specification
2
2
name: kelredd-resourceful
3
3
version: !ruby/object:Gem::Version
4
-
version: 0.7.
9
4
+
version: 0.7.
10
5
5
platform: ruby
6
6
authors:
7
7
- Kelly Redding