inflectious 0.2.1 → 0.2.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.
Files changed (5) hide show
  1. data/Gemfile.lock +20 -0
  2. data/Rakefile +2 -2
  3. data/VERSION +1 -1
  4. data/inflectious.gemspec +7 -6
  5. metadata +7 -6
@@ -0,0 +1,20 @@
1
+ GEM
2
+ remote: http://rubygems.org/
3
+ specs:
4
+ git (1.2.5)
5
+ jeweler (1.5.1)
6
+ bundler (~> 1.0.0)
7
+ git (>= 1.2.5)
8
+ rake
9
+ rake (0.8.7)
10
+ rcov (0.9.9)
11
+ shoulda (2.11.3)
12
+
13
+ PLATFORMS
14
+ ruby
15
+
16
+ DEPENDENCIES
17
+ bundler (~> 1.0.0)
18
+ jeweler (~> 1.5.1)
19
+ rcov
20
+ shoulda
data/Rakefile CHANGED
@@ -15,8 +15,8 @@ Jeweler::Tasks.new do |gem|
15
15
  gem.name = "inflectious"
16
16
  gem.homepage = "http://github.com/Yoomee/inflectious"
17
17
  gem.license = "MIT"
18
- gem.summary = %Q{Adds more grammatical inflections.}
19
- gem.description = %Q{longer description of your gem}
18
+ gem.summary = %Q{Extends Rails ActiveSupport::Inflector to include more grammatical inflections.}
19
+ gem.description = %Q{Extends ActiveSupport::Inflector to include grammatical inflections such as adjectivize, gerundize and superlativize etc.}
20
20
  gem.email = "developers@yoomee.com"
21
21
  gem.authors = ["Matt Atkins"]
22
22
  # Include your dependencies below. Runtime dependencies are required when using your gem,
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.1
1
+ 0.2.2
@@ -5,13 +5,13 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{inflectious}
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Matt Atkins"]
12
- s.date = %q{2010-12-19}
13
- s.description = %q{longer description of your gem}
14
- s.email = %q{matt@yoomee.com}
12
+ s.date = %q{2010-12-20}
13
+ s.description = %q{Extends ActiveSupport::Inflector to include grammatical inflections such as adjectivize, gerundize and superlativize etc.}
14
+ s.email = %q{developers@yoomee.com}
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE.txt",
17
17
  "README.rdoc"
@@ -19,6 +19,7 @@ Gem::Specification.new do |s|
19
19
  s.files = [
20
20
  ".document",
21
21
  "Gemfile",
22
+ "Gemfile.lock",
22
23
  "LICENSE.txt",
23
24
  "README.rdoc",
24
25
  "Rakefile",
@@ -32,11 +33,11 @@ Gem::Specification.new do |s|
32
33
  "test/helper.rb",
33
34
  "test/test_inflectious.rb"
34
35
  ]
35
- s.homepage = %q{http://github.com/matkins/inflectious}
36
+ s.homepage = %q{http://github.com/Yoomee/inflectious}
36
37
  s.licenses = ["MIT"]
37
38
  s.require_paths = ["lib"]
38
39
  s.rubygems_version = %q{1.3.7}
39
- s.summary = %q{one-line summary of your gem}
40
+ s.summary = %q{Extends Rails ActiveSupport::Inflector to include more grammatical inflections.}
40
41
  s.test_files = [
41
42
  "test/helper.rb",
42
43
  "test/test_inflectious.rb"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inflectious
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.2.1
9
+ - 2
10
+ version: 0.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matt Atkins
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-19 00:00:00 +00:00
18
+ date: 2010-12-20 00:00:00 +00:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -108,7 +108,7 @@ dependencies:
108
108
  name: rcov
109
109
  version_requirements: *id006
110
110
  prerelease: false
111
- description: longer description of your gem
111
+ description: Extends ActiveSupport::Inflector to include grammatical inflections such as adjectivize, gerundize and superlativize etc.
112
112
  email: developers@yoomee.com
113
113
  executables: []
114
114
 
@@ -120,6 +120,7 @@ extra_rdoc_files:
120
120
  files:
121
121
  - .document
122
122
  - Gemfile
123
+ - Gemfile.lock
123
124
  - LICENSE.txt
124
125
  - README.rdoc
125
126
  - Rakefile
@@ -165,7 +166,7 @@ rubyforge_project:
165
166
  rubygems_version: 1.3.7
166
167
  signing_key:
167
168
  specification_version: 3
168
- summary: Adds more grammatical inflections.
169
+ summary: Extends Rails ActiveSupport::Inflector to include more grammatical inflections.
169
170
  test_files:
170
171
  - test/helper.rb
171
172
  - test/test_inflectious.rb