acread 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/Rakefile +1 -1
- data/VERSION +1 -1
- data/acread.gemspec +2 -2
- metadata +3 -2
data/Rakefile
CHANGED
|
@@ -20,7 +20,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
20
20
|
gem.summary = %Q{An ActiveRecord Extension to deprecate attributes}
|
|
21
21
|
gem.description = %Q{An ActiveRecord Extension to deprecate attributes}
|
|
22
22
|
gem.email = "yann@harakys.com"
|
|
23
|
-
gem.authors = ["yann ARMAND", 'Nick Campbell']
|
|
23
|
+
gem.authors = ["yann ARMAND", 'Nick Campbell', 'Mario Caropreso']
|
|
24
24
|
# dependencies defined in Gemfile
|
|
25
25
|
end
|
|
26
26
|
Jeweler::RubygemsDotOrgTasks.new
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.6.
|
|
1
|
+
0.6.1
|
data/acread.gemspec
CHANGED
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "acread"
|
|
8
|
-
s.version = "0.6.
|
|
8
|
+
s.version = "0.6.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
|
-
s.authors = ["yann ARMAND", "Nick Campbell"]
|
|
11
|
+
s.authors = ["yann ARMAND", "Nick Campbell", "Mario Caropreso"]
|
|
12
12
|
s.date = "2013-02-18"
|
|
13
13
|
s.description = "An ActiveRecord Extension to deprecate attributes"
|
|
14
14
|
s.email = "yann@harakys.com"
|
metadata
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: acread
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- yann ARMAND
|
|
9
9
|
- Nick Campbell
|
|
10
|
+
- Mario Caropreso
|
|
10
11
|
autorequire:
|
|
11
12
|
bindir: bin
|
|
12
13
|
cert_chain: []
|
|
@@ -159,7 +160,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
159
160
|
version: '0'
|
|
160
161
|
segments:
|
|
161
162
|
- 0
|
|
162
|
-
hash: -
|
|
163
|
+
hash: -1824914987472660987
|
|
163
164
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
164
165
|
none: false
|
|
165
166
|
requirements:
|