rtiss_acts_as_versioned 0.7.3 → 0.7.4
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/lib/rtiss_acts_as_versioned.rb +2 -2
- data/rtiss_acts_as_versioned.gemspec +2 -2
- metadata +3 -3
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
21
21
|
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
22
22
|
|
|
23
|
-
VERSION = '0.7.
|
|
23
|
+
VERSION = '0.7.4'
|
|
24
24
|
|
|
25
25
|
module ActiveRecord #:nodoc:
|
|
26
26
|
module Acts #:nodoc:
|
|
@@ -201,7 +201,7 @@ module ActiveRecord #:nodoc:
|
|
|
201
201
|
options[:extend] = self.const_get(extension_module_name)
|
|
202
202
|
end
|
|
203
203
|
|
|
204
|
-
class_eval <<-CLASS_METHODS
|
|
204
|
+
class_eval <<-CLASS_METHODS, __FILE__, __LINE__ + 1
|
|
205
205
|
has_many :versions, version_association_options do
|
|
206
206
|
# finds earliest version of this record
|
|
207
207
|
def earliest
|
|
@@ -15,8 +15,8 @@ Gem::Specification.new do |s|
|
|
|
15
15
|
## If your rubyforge_project name is different, then edit it and comment out
|
|
16
16
|
## the sub! line in the Rakefile
|
|
17
17
|
s.name = 'rtiss_acts_as_versioned'
|
|
18
|
-
s.version = '0.7.
|
|
19
|
-
s.date = '2014-
|
|
18
|
+
s.version = '0.7.4'
|
|
19
|
+
s.date = '2014-06-11'
|
|
20
20
|
s.rubyforge_project = 'rtiss_acts_as_versioned'
|
|
21
21
|
|
|
22
22
|
## Make sure your summary is short. The description may be as long
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rtiss_acts_as_versioned
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2014-
|
|
14
|
+
date: 2014-06-11 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: activerecord
|
|
@@ -102,7 +102,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
102
102
|
version: '0'
|
|
103
103
|
segments:
|
|
104
104
|
- 0
|
|
105
|
-
hash:
|
|
105
|
+
hash: -3475898004561419684
|
|
106
106
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
107
107
|
none: false
|
|
108
108
|
requirements:
|