stringex 1.2.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +3 -3
  2. data/stringex.gemspec +6 -10
  3. metadata +7 -7
data/Rakefile CHANGED
@@ -11,8 +11,8 @@ begin
11
11
  gem.authors = ["Russell Norris"]
12
12
  gem.email = "rsl@luckysneaks.com"
13
13
  gem.homepage = "http://github.com/rsl/stringex"
14
- gem.summary = "Some [hopefully] useful extensions to Rubys String class"
15
- gem.description = "Some [hopefully] useful extensions to Rubys String class. Stringex is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to Ascii transliteration], and StringExtensions [miscellaneous helper methods for the String class]."
14
+ gem.summary = "Some [hopefully] useful extensions to Ruby's String class"
15
+ gem.description = "Some [hopefully] useful extensions to Ruby's String class. Stringex is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to Ascii transliteration], and StringExtensions [miscellaneous helper methods for the String class]."
16
16
  gem.has_rdoc = true
17
17
  gem.files = %w{
18
18
  init.rb
@@ -212,7 +212,7 @@ begin
212
212
  }
213
213
  gem.rdoc_options = %w{--main README.rdoc --charset utf-8 --line-numbers}
214
214
  gem.extra_rdoc_files = %w{MIT-LICENSE README.rdoc}
215
- gem.version = "1.2.1"
215
+ gem.version = "1.2.2"
216
216
  end
217
217
 
218
218
  Jeweler::GemcutterTasks.new
data/stringex.gemspec CHANGED
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{stringex}
8
- s.version = "1.2.1"
8
+ s.version = "1.2.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Russell Norris"]
12
- s.date = %q{2011-03-14}
13
- s.description = %q{Some [hopefully] useful extensions to Rubys String class. Stringex is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to Ascii transliteration], and StringExtensions [miscellaneous helper methods for the String class].}
12
+ s.date = %q{2011-07-06}
13
+ s.description = %q{Some [hopefully] useful extensions to Ruby's String class. Stringex is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to Ascii transliteration], and StringExtensions [miscellaneous helper methods for the String class].}
14
14
  s.email = %q{rsl@luckysneaks.com}
15
15
  s.extra_rdoc_files = [
16
16
  "MIT-LICENSE",
@@ -210,13 +210,9 @@ Gem::Specification.new do |s|
210
210
  s.homepage = %q{http://github.com/rsl/stringex}
211
211
  s.rdoc_options = ["--main", "README.rdoc", "--charset", "utf-8", "--line-numbers"]
212
212
  s.require_paths = ["lib"]
213
- s.rubygems_version = %q{1.6.2}
214
- s.summary = %q{Some [hopefully] useful extensions to Rubys String class}
215
- s.test_files = [
216
- "test/acts_as_url_test.rb",
217
- "test/string_extensions_test.rb",
218
- "test/unidecoder_test.rb"
219
- ]
213
+ s.rubygems_version = %q{1.4.2}
214
+ s.summary = %q{Some [hopefully] useful extensions to Ruby's String class}
215
+ s.test_files = ["test/acts_as_url_test.rb", "test/string_extensions_test.rb", "test/unidecoder_test.rb"]
220
216
 
221
217
  if s.respond_to? :specification_version then
222
218
  s.specification_version = 3
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stringex
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 1
10
- version: 1.2.1
9
+ - 2
10
+ version: 1.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Russell Norris
@@ -15,11 +15,11 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-14 00:00:00 -04:00
18
+ date: 2011-07-06 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
22
- description: "Some [hopefully] useful extensions to Ruby\xE2\x80\x99s String class. Stringex is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to Ascii transliteration], and StringExtensions [miscellaneous helper methods for the String class]."
22
+ description: "Some [hopefully] useful extensions to Ruby's String class. Stringex is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to Ascii transliteration], and StringExtensions [miscellaneous helper methods for the String class]."
23
23
  email: rsl@luckysneaks.com
24
24
  executables: []
25
25
 
@@ -255,10 +255,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
255
255
  requirements: []
256
256
 
257
257
  rubyforge_project:
258
- rubygems_version: 1.6.2
258
+ rubygems_version: 1.4.2
259
259
  signing_key:
260
260
  specification_version: 3
261
- summary: "Some [hopefully] useful extensions to Ruby\xE2\x80\x99s String class"
261
+ summary: Some [hopefully] useful extensions to Ruby's String class
262
262
  test_files:
263
263
  - test/acts_as_url_test.rb
264
264
  - test/string_extensions_test.rb