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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Acts as chain
2
2
 
3
- Define a set methods that should be chainable.
3
+ Define a set of methods that should be chainable.
4
4
 
5
5
  ## Example
6
6
 
@@ -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) }
@@ -1,3 +1,3 @@
1
1
  module ActsAsChain
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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.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