thecity 0.0.3 → 0.0.4
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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/the_city/version.rb +1 -1
- data/thecity.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f492df47b04ec33d8474850424bef2adca6cc4b1
|
|
4
|
+
data.tar.gz: ff196364e87fdd1375b9fe05aef391cd2179b68c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d4360d9b2954cab54944344a065ceb8b6ea5f592722a6405a1daeab10bc6a6aa2df9710b93c64baf5aaf2245a0821cc81909d0112f48fe719fb97c87660a7dd0
|
|
7
|
+
data.tar.gz: dcb877e2537a82a303dc300dc1ecf43ac9f0a94e0767f95b70f136a3e6719512827f3e8a50d9058124ec45c879dec8b173c1edd5105dc9860a270c7c68cb0b15
|
data/README.md
CHANGED
|
@@ -80,9 +80,9 @@ client.my_groups
|
|
|
80
80
|
For more usage examples, please see the full [documentation][].
|
|
81
81
|
|
|
82
82
|
## Documentation
|
|
83
|
-
[http://rdoc.info/
|
|
83
|
+
[http://rdoc.info/github/thecity/thecity][documentation]
|
|
84
84
|
|
|
85
|
-
[documentation]: http://rdoc.info/
|
|
85
|
+
[documentation]: http://rdoc.info/github/thecity/thecity
|
|
86
86
|
|
|
87
87
|
## Announcements
|
|
88
88
|
You should [follow @thecity][follow] [and @thecity_status][follow_status] on Twitter for announcements and updates about
|
data/lib/the_city/version.rb
CHANGED
data/thecity.gemspec
CHANGED
|
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
|
|
|
17
17
|
spec.files = %w(CHANGELOG.md LICENSE.md README.md Rakefile thecity.gemspec)
|
|
18
18
|
spec.files += Dir.glob("lib/**/*.rb")
|
|
19
19
|
spec.files += Dir.glob("spec/**/*")
|
|
20
|
-
spec.homepage = 'http://github.com/thecity/thecity
|
|
20
|
+
spec.homepage = 'http://github.com/thecity/thecity/'
|
|
21
21
|
spec.licenses = ['MIT']
|
|
22
22
|
spec.name = 'thecity'
|
|
23
23
|
spec.require_paths = ['lib']
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thecity
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Robert Leib
|
|
@@ -144,7 +144,7 @@ files:
|
|
|
144
144
|
- lib/the_city/user.rb
|
|
145
145
|
- lib/the_city/version.rb
|
|
146
146
|
- lib/the_city.rb
|
|
147
|
-
homepage: http://github.com/thecity/thecity
|
|
147
|
+
homepage: http://github.com/thecity/thecity/
|
|
148
148
|
licenses:
|
|
149
149
|
- MIT
|
|
150
150
|
metadata: {}
|