fobos 0.0.1 → 0.0.2

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: 80db1bacf6dad8f1052ece5a78d87915bc1541e0
4
- data.tar.gz: bff2eb2103c9c469f458cb85e4fd6797313f577a
3
+ metadata.gz: 41da1ca48f1970e0869215512000b5604c590587
4
+ data.tar.gz: 23395f2be9e178a03da52e51fab6b6351a14bba1
5
5
  SHA512:
6
- metadata.gz: 929cd0c4f8c94f985edfcd3f02a0be9148cab0b1819ee522ae9ae24ef045f08e1e8fa21600af0e443deff09ac3163ecae7c6056821e68adce743e3f77793c758
7
- data.tar.gz: 51f3285424929faeda857505c7618f5cdc31934b525b239f8f117d777842106de71838285426d99832e8aa229a68275c3f341dfd4ca96f1612aaba211c9fe40b
6
+ metadata.gz: 3e6f2c9b73f1ad89c63dafcec5390c8f9127d6d2d1936e652739d2b4346c7b04e307fdb152ad11cc38dd6188e4e305017d50301d1e0d94bf821a7dc0778d8378
7
+ data.tar.gz: 72717989786bb9c7b31a65220caa4af613e69f68271ea2eeb53b370096d0a1e9369b3ae381b601cd90220eee7bca996d2496f7ee7deeb0e8e839887bf086abde
@@ -1,5 +1,5 @@
1
1
  require "fobos/version"
2
2
 
3
3
  module Fobos
4
- require 'fobos/graph_api'
4
+ require 'fobos/graph_api/graph_api'
5
5
  end
@@ -0,0 +1,7 @@
1
+ module Fobos
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'
6
+ end
7
+ end
@@ -1,3 +1,3 @@
1
1
  module Fobos
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Goncharov
@@ -66,7 +66,7 @@ files:
66
66
  - Rakefile
67
67
  - fobos.gemspec
68
68
  - lib/fobos.rb
69
- - lib/fobos/graph_api.rb
69
+ - lib/fobos/graph_api/graph_api.rb
70
70
  - lib/fobos/graph_api/o_auth.rb
71
71
  - lib/fobos/graph_api/pages.rb
72
72
  - lib/fobos/graph_api/users.rb
@@ -1,7 +0,0 @@
1
- module Fobos
2
- module GraphAPI
3
- require 'graph_api/o_auth'
4
- require 'graph_api/pages'
5
- require 'graph_api/pages'
6
- end
7
- end