rails_account_location 1.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore
CHANGED
data/account_location.gemspec
CHANGED
File without changes
|
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:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
|
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-
|
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/
|
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: []
|