school_friend 0.1.0 → 0.1.1

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: d7403a0cb0fbe2916b09f30251d9d32af50bf788
4
+ data.tar.gz: 2d3c6750e54073fdaff2c1cad9fd389bb95c8114
5
+ SHA512:
6
+ metadata.gz: 51b3085e8872c65285c9b11f2fb2167b6e60a90ca3a39c83aeee7a0d20433457d8c1bc9302bf9b69608a351ba6e05c76891ff0a6f9234f8ae351b23c670a4661
7
+ data.tar.gz: 8cad3d9dc285b9690d9d7dc1addfff385446b841e2803ce822bbc53fc2c446209065ebcafa1d73a328f17ed40a45010cc48c0fdd12bb96f0fbb08328a2b8f3a8
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ **0.1.1 (October 6, 2013)**
2
+ * Fix uninitialized constant Logger ([Peter Schröder](https://github.com/phoet))
3
+
1
4
  **0.1.0 (June 28, 2013)**
2
5
  * Add OAuth2 support ([Daniel Chcouri](https://github.com/theosp))
3
6
 
@@ -1,3 +1,3 @@
1
1
  module SchoolFriend
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
data/lib/school_friend.rb CHANGED
@@ -1,3 +1,4 @@
1
+ require 'logger'
1
2
  require 'forwardable'
2
3
 
3
4
  module SchoolFriend
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: school_friend
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
5
- prerelease:
4
+ version: 0.1.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Kostyantyn Stepanyuk
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-06-28 00:00:00.000000000 Z
11
+ date: 2013-10-06 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: A Ruby interface to the Odnoklassniki API
15
14
  email: kostya.stepanyuk@gmail.com
@@ -49,26 +48,25 @@ files:
49
48
  - school_friend.gemspec
50
49
  homepage: https://github.com/kostyantyn/school_friend
51
50
  licenses: []
51
+ metadata: {}
52
52
  post_install_message:
53
53
  rdoc_options: []
54
54
  require_paths:
55
55
  - lib
56
56
  required_ruby_version: !ruby/object:Gem::Requirement
57
- none: false
58
57
  requirements:
59
- - - ! '>='
58
+ - - '>='
60
59
  - !ruby/object:Gem::Version
61
60
  version: 1.9.2
62
61
  required_rubygems_version: !ruby/object:Gem::Requirement
63
- none: false
64
62
  requirements:
65
- - - ! '>='
63
+ - - '>='
66
64
  - !ruby/object:Gem::Version
67
65
  version: '0'
68
66
  requirements: []
69
67
  rubyforge_project:
70
- rubygems_version: 1.8.25
68
+ rubygems_version: 2.1.5
71
69
  signing_key:
72
- specification_version: 3
70
+ specification_version: 4
73
71
  summary: A Ruby interface to the Odnoklassniki API
74
72
  test_files: []