inflectious 0.2.0 → 0.2.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 +3 -3
- data/VERSION +1 -1
- metadata +6 -6
data/Rakefile
CHANGED
|
@@ -13,11 +13,11 @@ require 'jeweler'
|
|
|
13
13
|
Jeweler::Tasks.new do |gem|
|
|
14
14
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
|
15
15
|
gem.name = "inflectious"
|
|
16
|
-
gem.homepage = "http://github.com/
|
|
16
|
+
gem.homepage = "http://github.com/Yoomee/inflectious"
|
|
17
17
|
gem.license = "MIT"
|
|
18
|
-
gem.summary = %Q{
|
|
18
|
+
gem.summary = %Q{Adds more grammatical inflections.}
|
|
19
19
|
gem.description = %Q{longer description of your gem}
|
|
20
|
-
gem.email = "
|
|
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,
|
|
23
23
|
# and development dependencies are only needed for development (ie running rake tasks, tests, etc)
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.1
|
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:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.2.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Matt Atkins
|
|
@@ -109,7 +109,7 @@ dependencies:
|
|
|
109
109
|
version_requirements: *id006
|
|
110
110
|
prerelease: false
|
|
111
111
|
description: longer description of your gem
|
|
112
|
-
email:
|
|
112
|
+
email: developers@yoomee.com
|
|
113
113
|
executables: []
|
|
114
114
|
|
|
115
115
|
extensions: []
|
|
@@ -133,7 +133,7 @@ files:
|
|
|
133
133
|
- test/helper.rb
|
|
134
134
|
- test/test_inflectious.rb
|
|
135
135
|
has_rdoc: true
|
|
136
|
-
homepage: http://github.com/
|
|
136
|
+
homepage: http://github.com/Yoomee/inflectious
|
|
137
137
|
licenses:
|
|
138
138
|
- MIT
|
|
139
139
|
post_install_message:
|
|
@@ -165,7 +165,7 @@ rubyforge_project:
|
|
|
165
165
|
rubygems_version: 1.3.7
|
|
166
166
|
signing_key:
|
|
167
167
|
specification_version: 3
|
|
168
|
-
summary:
|
|
168
|
+
summary: Adds more grammatical inflections.
|
|
169
169
|
test_files:
|
|
170
170
|
- test/helper.rb
|
|
171
171
|
- test/test_inflectious.rb
|