fobos 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 41da1ca48f1970e0869215512000b5604c590587
4
- data.tar.gz: 23395f2be9e178a03da52e51fab6b6351a14bba1
3
+ metadata.gz: 758ce181a605c299b9cfa844a7e9272516297e08
4
+ data.tar.gz: 2f4d78ca6e13c700efaefd3953ad3e38ef2ab9ce
5
5
  SHA512:
6
- metadata.gz: 3e6f2c9b73f1ad89c63dafcec5390c8f9127d6d2d1936e652739d2b4346c7b04e307fdb152ad11cc38dd6188e4e305017d50301d1e0d94bf821a7dc0778d8378
7
- data.tar.gz: 72717989786bb9c7b31a65220caa4af613e69f68271ea2eeb53b370096d0a1e9369b3ae381b601cd90220eee7bca996d2496f7ee7deeb0e8e839887bf086abde
6
+ metadata.gz: 1356d9835441b0fe1d6c2083a3f0180f6a0a631a3321ec76583daf943402cec1388ce29dcf07e624e507c040272a74a3cca2d2f1ff4983b67b08861a35f194e6
7
+ data.tar.gz: adcf8cc1d7d4d2749a7fbf0ba1145a8ad943bb113023fbc6555800714556062a488ef65172b03e004ccf57ba011ac758b1f485ceb9b2644c609f6d96eeb579d7
@@ -1,7 +1,7 @@
1
1
  module Fobos
2
2
  module GraphAPI
3
- require 'lib/fobos/graph_api/o_auth'
4
- require 'lib/fobos/graph_api/users'
5
- require 'lib/fobos/graph_api/pages'
3
+ require 'fobos/graph_api/o_auth'
4
+ require 'fobos/graph_api/users'
5
+ require 'fobos/graph_api/pages'
6
6
  end
7
7
  end
@@ -1,3 +1,3 @@
1
1
  module Fobos
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fobos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Goncharov