cure_acts_as_versioned 0.6.0 → 0.6.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/acts_as_versioned.gemspec +9 -3
- metadata +9 -11
data/acts_as_versioned.gemspec
CHANGED
|
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
|
|
|
13
13
|
## If your rubyforge_project name is different, then edit it and comment out
|
|
14
14
|
## the sub! line in the Rakefile
|
|
15
15
|
s.name = 'cure_acts_as_versioned'
|
|
16
|
-
s.version = '0.6.
|
|
17
|
-
s.date = '
|
|
16
|
+
s.version = '0.6.1'
|
|
17
|
+
s.date = '2012-02-04'
|
|
18
18
|
s.rubyforge_project = 'acts_as_versioned'
|
|
19
19
|
|
|
20
20
|
## Make sure your summary is short. The description may be as long
|
|
@@ -25,6 +25,12 @@ Gem::Specification.new do |s|
|
|
|
25
25
|
## List the primary authors. If there are a bunch of authors, it's probably
|
|
26
26
|
## better to set the email to an email list or something. If you don't have
|
|
27
27
|
## a custom homepage, consider using your GitHub URL or the like.
|
|
28
|
+
# The real primary author is obviously still Rick Olson, but it seems important
|
|
29
|
+
# to point to the correct github repo and since Rick is not in charge of that
|
|
30
|
+
# particular repo... Ward, 2011-06-19
|
|
31
|
+
#s.authors = ["Rick Olson"]
|
|
32
|
+
#s.email = 'technoweenie@gmail.com'
|
|
33
|
+
#s.homepage = 'http://github.com/technoweenie/acts_as_versioned'
|
|
28
34
|
s.authors = ["Ward Vandewege"]
|
|
29
35
|
s.email = 'ward@jhvc.com'
|
|
30
36
|
s.homepage = 'http://github.com/cure/acts_as_versioned'
|
|
@@ -40,7 +46,7 @@ Gem::Specification.new do |s|
|
|
|
40
46
|
|
|
41
47
|
## List your runtime dependencies here. Runtime dependencies are those
|
|
42
48
|
## that are needed for an end user to actually USE your code.
|
|
43
|
-
s.add_dependency('activerecord', ["~> 3.
|
|
49
|
+
s.add_dependency('activerecord', ["~> 3.1"])
|
|
44
50
|
|
|
45
51
|
## List your development dependencies here. Development dependencies are
|
|
46
52
|
## those that are only needed during development
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cure_acts_as_versioned
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 5
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 6
|
|
9
|
-
-
|
|
10
|
-
version: 0.6.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.6.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ward Vandewege
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date:
|
|
18
|
+
date: 2012-02-04 00:00:00 -05:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -26,13 +26,11 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ~>
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
hash:
|
|
29
|
+
hash: 5
|
|
30
30
|
segments:
|
|
31
31
|
- 3
|
|
32
|
-
-
|
|
33
|
-
|
|
34
|
-
- beta4
|
|
35
|
-
version: 3.0.0.beta4
|
|
32
|
+
- 1
|
|
33
|
+
version: "3.1"
|
|
36
34
|
type: :runtime
|
|
37
35
|
version_requirements: *id001
|
|
38
36
|
- !ruby/object:Gem::Dependency
|
|
@@ -117,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
117
115
|
requirements: []
|
|
118
116
|
|
|
119
117
|
rubyforge_project: acts_as_versioned
|
|
120
|
-
rubygems_version: 1.
|
|
118
|
+
rubygems_version: 1.5.2
|
|
121
119
|
signing_key:
|
|
122
120
|
specification_version: 2
|
|
123
121
|
summary: Add simple versioning to ActiveRecord models.
|