simple-address-generator 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -4,7 +4,7 @@ simple-address-generator is a Rails 3 generator that creates a small scaffold cl
4
4
 
5
5
  # Demo
6
6
 
7
- [simple-address-generator DEMO]: http://young-fire-9461.heroku.com/addresses
7
+ http://young-fire-9461.heroku.com/addresses
8
8
 
9
9
  ## Installation
10
10
 
@@ -1,7 +1,7 @@
1
1
  module Simple
2
2
  module Address
3
3
  module Generator
4
- VERSION = "0.0.8"
4
+ VERSION = "0.0.9"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple-address-generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -43,7 +43,7 @@ files:
43
43
  - LICENSE
44
44
  - Rakefile
45
45
  - README.md
46
- homepage: ''
46
+ homepage: https://github.com/designium/simple-address-generator
47
47
  licenses: []
48
48
  post_install_message: ! '***************************************'
49
49
  rdoc_options: []