acread 0.6.1 → 0.6.2
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/Gemfile +2 -1
- data/VERSION +1 -1
- data/acread.gemspec +1 -1
- metadata +2 -2
data/Gemfile
CHANGED
|
@@ -4,7 +4,8 @@ source 'http://rubygems.org/'
|
|
|
4
4
|
gem 'rails', '>= 3.0'
|
|
5
5
|
|
|
6
6
|
if Gem::Version.new(String.new(RUBY_VERSION)) > Gem::Version.new('1.9')
|
|
7
|
-
gem 'continuable', :path => '~/Projects/continuable'
|
|
7
|
+
# gem 'continuable', :path => '~/Projects/continuable'
|
|
8
|
+
gem 'continuable'
|
|
8
9
|
end
|
|
9
10
|
|
|
10
11
|
# dependencies to develop your gem here.
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.6.
|
|
1
|
+
0.6.2
|
data/acread.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "acread"
|
|
8
|
-
s.version = "0.6.
|
|
8
|
+
s.version = "0.6.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["yann ARMAND", "Nick Campbell", "Mario Caropreso"]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -160,7 +160,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
160
160
|
version: '0'
|
|
161
161
|
segments:
|
|
162
162
|
- 0
|
|
163
|
-
hash: -
|
|
163
|
+
hash: -71246631996591548
|
|
164
164
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
165
165
|
none: false
|
|
166
166
|
requirements:
|