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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 697ad387e2ca46745b98f9f925853c281eb70b69
4
- data.tar.gz: 2821cde1c7076244a3e3e62e29d5bceae1655d42
3
+ metadata.gz: f492df47b04ec33d8474850424bef2adca6cc4b1
4
+ data.tar.gz: ff196364e87fdd1375b9fe05aef391cd2179b68c
5
5
  SHA512:
6
- metadata.gz: 89331889384ce7d6f71aeb96e9fb1f0a88cf569ffdb27153057f7e167bb8817c865428441ed28bc30f6498a112f49d9d63685cb227055b3e2f1a3c67fe693954
7
- data.tar.gz: 9c595f070cb8ed12d62b4502bd25748efd5b9a1491b6ebdcbfeefd885aa28443de3e139347ac6a96490115316c94c76c2525000506aec06df8fd9cc90b204c01
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/gems/thecity][documentation]
83
+ [http://rdoc.info/github/thecity/thecity][documentation]
84
84
 
85
- [documentation]: http://rdoc.info/gems/thecity
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
@@ -2,7 +2,7 @@ module TheCity
2
2
  class Version
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- PATCH = 3
5
+ PATCH = 4
6
6
  PRE = nil
7
7
 
8
8
  class << self
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-ruby/'
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.3
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-ruby/
147
+ homepage: http://github.com/thecity/thecity/
148
148
  licenses:
149
149
  - MIT
150
150
  metadata: {}