nike 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Nike
2
2
 
3
- A Ruby client for the Nike+ API
3
+ A Ruby client for the Nike+ API. [Here](http://skryl.org/exercise) is how I use it.
4
4
 
5
5
  ## Features
6
6
 
@@ -105,7 +105,7 @@ private
105
105
  end
106
106
 
107
107
  def logged_in?
108
- !@user_id.nil? && !self.class.cookies[:slCheck].nil?
108
+ !@user_id.nil?
109
109
  end
110
110
 
111
111
  # caching
@@ -1,3 +1,3 @@
1
1
  module Nike
2
- VERSION = "0.2.6"
2
+ VERSION = "0.2.7"
3
3
  end
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.6
4
+ version: 0.2.7
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-09-22 00:00:00.000000000 Z
12
+ date: 2012-11-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: hashie
@@ -50,7 +50,6 @@ executables: []
50
50
  extensions: []
51
51
  extra_rdoc_files: []
52
52
  files:
53
- - .DS_Store
54
53
  - .gitignore
55
54
  - Gemfile
56
55
  - LICENSE.txt
@@ -89,3 +88,4 @@ signing_key:
89
88
  specification_version: 3
90
89
  summary: A Ruby client for the Nike+ API
91
90
  test_files: []
91
+ has_rdoc:
data/.DS_Store DELETED
Binary file