rails_account_location 1.0 → 1.0.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/.gitignore CHANGED
@@ -1 +1,2 @@
1
1
  account_location-*.gem
2
+ rails_account_location-*.gem
@@ -2,7 +2,7 @@
2
2
 
3
3
  $LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
4
4
 
5
- version = "1.0"
5
+ version = "1.0.1"
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "rails_account_location"
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_account_location
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- version: "1.0"
9
+ - 1
10
+ version: 1.0.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - David Heinemeier Hansson
@@ -14,7 +15,7 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2013-01-29 00:00:00 Z
18
+ date: 2013-01-30 00:00:00 Z
18
19
  dependencies:
19
20
  - !ruby/object:Gem::Dependency
20
21
  name: rails
@@ -44,7 +45,7 @@ files:
44
45
  - MIT-LICENSE
45
46
  - README.md
46
47
  - account_location.gemspec
47
- - lib/account_location.rb
48
+ - lib/rails_account_location.rb
48
49
  - test/account_location_test.rb
49
50
  homepage: http://github.com/rails/account_location
50
51
  licenses: []