nike 0.2.3 → 0.2.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.
Files changed (4) hide show
  1. data/TODO +2 -0
  2. data/lib/nike/version.rb +1 -1
  3. data/nike.gemspec +1 -0
  4. metadata +4 -3
data/TODO ADDED
@@ -0,0 +1,2 @@
1
+ - change inspect to not show cache
2
+ - fix .values calls to show values key instead of values method for hash
@@ -1,3 +1,3 @@
1
1
  module Nike
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
@@ -10,6 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["rut216@gmail.com"]
11
11
  gem.summary = %q{A Ruby client for the Nike+ API}
12
12
  gem.description = %q{A Ruby client for the Nike+ API with support for Run/GPS/HR Data}
13
+ gem.homepage = "https://github.com/skryl/nike"
13
14
 
14
15
  gem.files = `git ls-files`.split($/)
15
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nike
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-13 00:00:00.000000000 Z
12
+ date: 2012-08-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: hashie
@@ -55,13 +55,14 @@ files:
55
55
  - LICENSE.txt
56
56
  - README.md
57
57
  - Rakefile
58
+ - TODO
58
59
  - lib/nike.rb
59
60
  - lib/nike/client.rb
60
61
  - lib/nike/core_ext/hash.rb
61
62
  - lib/nike/mash.rb
62
63
  - lib/nike/version.rb
63
64
  - nike.gemspec
64
- homepage:
65
+ homepage: https://github.com/skryl/nike
65
66
  licenses: []
66
67
  post_install_message:
67
68
  rdoc_options: []