acts_as_chain 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Readme.md +1 -1
- data/acts_as_chain.gemspec +2 -2
- data/lib/acts_as_chain/version.rb +1 -1
- metadata +3 -3
data/Readme.md
CHANGED
data/acts_as_chain.gemspec
CHANGED
@@ -4,8 +4,8 @@ require File.expand_path('../lib/acts_as_chain/version', __FILE__)
|
|
4
4
|
Gem::Specification.new do |gem|
|
5
5
|
gem.authors = ["Linus Oleander"]
|
6
6
|
gem.email = ["linus@oleander.nu"]
|
7
|
-
gem.description = %q{Define a set methods that should be chainable}
|
8
|
-
gem.summary = %q{Define a set methods that should be chainable}
|
7
|
+
gem.description = %q{Define a set of methods that should be chainable}
|
8
|
+
gem.summary = %q{Define a set of methods that should be chainable}
|
9
9
|
gem.homepage = "https://github.com/oleander/acts_as_chain"
|
10
10
|
|
11
11
|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: acts_as_chain
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.0.
|
5
|
+
version: 1.0.1
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Linus Oleander
|
@@ -23,7 +23,7 @@ dependencies:
|
|
23
23
|
version: "0"
|
24
24
|
type: :development
|
25
25
|
version_requirements: *id001
|
26
|
-
description: Define a set methods that should be chainable
|
26
|
+
description: Define a set of methods that should be chainable
|
27
27
|
email:
|
28
28
|
- linus@oleander.nu
|
29
29
|
executables: []
|
@@ -69,7 +69,7 @@ rubyforge_project:
|
|
69
69
|
rubygems_version: 1.8.8
|
70
70
|
signing_key:
|
71
71
|
specification_version: 3
|
72
|
-
summary: Define a set methods that should be chainable
|
72
|
+
summary: Define a set of methods that should be chainable
|
73
73
|
test_files:
|
74
74
|
- spec/acts_as_chain_spec.rb
|
75
75
|
- spec/spec_helper.rb
|