carmen 0.1.0 → 0.1.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.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/carmen.gemspec +2 -2
  4. metadata +2 -2
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ begin
7
7
  Jeweler::Tasks.new do |gem|
8
8
  gem.name = "carmen"
9
9
  gem.summary = %Q{A collection of geographis country and state names for Ruby}
10
- gem.description = %Q{Also includes replacements for Rails' country_select and state_select plugins}
10
+ gem.description = %Q{A collection of geographis country and state names for Ruby. Also includes replacements for Rails' country_select and state_select plugins}
11
11
  gem.email = "jim@autonomousmachine.com"
12
12
  gem.homepage = "http://github.com/jim/carmen"
13
13
  gem.authors = ["Jim Benton"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/carmen.gemspec CHANGED
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{carmen}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jim Benton"]
12
12
  s.date = %q{2010-01-09}
13
- s.description = %q{Also includes replacements for Rails' country_select and state_select plugins}
13
+ s.description = %q{A collection of geographis country and state names for Ruby. Also includes replacements for Rails' country_select and state_select plugins}
14
14
  s.email = %q{jim@autonomousmachine.com}
15
15
  s.extra_rdoc_files = [
16
16
  "README.rdoc"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carmen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jim Benton
@@ -13,7 +13,7 @@ date: 2010-01-09 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
16
- description: Also includes replacements for Rails' country_select and state_select plugins
16
+ description: A collection of geographis country and state names for Ruby. Also includes replacements for Rails' country_select and state_select plugins
17
17
  email: jim@autonomousmachine.com
18
18
  executables: []
19
19