direct_address 0.0.2 → 0.0.3

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/README.rdoc +2 -0
  2. data/Rakefile +3 -3
  3. data/VERSION +1 -1
  4. data/direct_address.gemspec +4 -5
  5. metadata +4 -5
data/README.rdoc CHANGED
@@ -4,6 +4,8 @@ Direct Address provides a rails app with simple address features. This is a stre
4
4
 
5
5
  == Installation
6
6
 
7
+ <b>Your database must be utf-8 encoded. Country / region names will break if not.</b>
8
+
7
9
  Add direct_address to your environment.rb
8
10
 
9
11
  config.gem 'direct_address'
data/Rakefile CHANGED
@@ -5,9 +5,9 @@ begin
5
5
  require 'jeweler'
6
6
  Jeweler::Tasks.new do |gem|
7
7
  gem.name = "direct_address"
8
- gem.summary = "short summary"
9
- gem.description = "long summary"
10
- gem.email = "mn@mcaddie.com"
8
+ gem.summary = "Direct Address provides a rails app with simple address features. It allows up-to-date data to be pulled in from geoname.org."
9
+ gem.description = "Direct Address provides a rails app with simple address features. This is a streamlined implementation of address functionality. Direct Address provides you with address, country, and region classes. It also provides a generator which generates the necessary javascript and rake tasks to implement properly. You'll also get form helpers to easily implement Direct Address in your views. A rake task is provided that allows up to date country and region information to be downloaded from geoname.org."
10
+ gem.email = "mdnelson30@gmail.com"
11
11
  gem.homepage = "http://github.com/mnelson/direct_address"
12
12
  gem.authors = ["Mike Nelson"]
13
13
  gem.add_development_dependency "rspec", ">= 1.2.9"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
@@ -5,13 +5,13 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{direct_address}
8
- s.version = "0.0.2"
8
+ s.version = "0.0.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Mike Nelson"]
12
12
  s.date = %q{2010-02-17}
13
- s.description = %q{long summary}
14
- s.email = %q{mn@mcaddie.com}
13
+ s.description = %q{Direct Address provides a rails app with simple address features. This is a streamlined implementation of address functionality. Direct Address provides you with address, country, and region classes. It also provides a generator which generates the necessary javascript and rake tasks to implement properly. You'll also get form helpers to easily implement Direct Address in your views. A rake task is provided that allows up to date country and region information to be downloaded from geoname.org.}
14
+ s.email = %q{mdnelson30@gmail.com}
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
17
17
  "README.rdoc"
@@ -23,7 +23,6 @@ Gem::Specification.new do |s|
23
23
  "README.rdoc",
24
24
  "Rakefile",
25
25
  "VERSION",
26
- "direct_address-0.0.2.gem",
27
26
  "direct_address.gemspec",
28
27
  "generators/direct_address/direct_address_generator.rb",
29
28
  "generators/direct_address/templates/controllers/regions_controller.rb",
@@ -52,7 +51,7 @@ Gem::Specification.new do |s|
52
51
  s.rdoc_options = ["--charset=UTF-8"]
53
52
  s.require_paths = ["lib"]
54
53
  s.rubygems_version = %q{1.3.5}
55
- s.summary = %q{short summary}
54
+ s.summary = %q{Direct Address provides a rails app with simple address features. It allows up-to-date data to be pulled in from geoname.org.}
56
55
  s.test_files = [
57
56
  "spec/direct_address_spec.rb",
58
57
  "spec/model/user.rb",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: direct_address
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Nelson
@@ -22,8 +22,8 @@ dependencies:
22
22
  - !ruby/object:Gem::Version
23
23
  version: 1.2.9
24
24
  version:
25
- description: long summary
26
- email: mn@mcaddie.com
25
+ description: Direct Address provides a rails app with simple address features. This is a streamlined implementation of address functionality. Direct Address provides you with address, country, and region classes. It also provides a generator which generates the necessary javascript and rake tasks to implement properly. You'll also get form helpers to easily implement Direct Address in your views. A rake task is provided that allows up to date country and region information to be downloaded from geoname.org.
26
+ email: mdnelson30@gmail.com
27
27
  executables: []
28
28
 
29
29
  extensions: []
@@ -38,7 +38,6 @@ files:
38
38
  - README.rdoc
39
39
  - Rakefile
40
40
  - VERSION
41
- - direct_address-0.0.2.gem
42
41
  - direct_address.gemspec
43
42
  - generators/direct_address/direct_address_generator.rb
44
43
  - generators/direct_address/templates/controllers/regions_controller.rb
@@ -89,7 +88,7 @@ rubyforge_project:
89
88
  rubygems_version: 1.3.5
90
89
  signing_key:
91
90
  specification_version: 3
92
- summary: short summary
91
+ summary: Direct Address provides a rails app with simple address features. It allows up-to-date data to be pulled in from geoname.org.
93
92
  test_files:
94
93
  - spec/direct_address_spec.rb
95
94
  - spec/model/user.rb