falcon_facebook_api 0.0.1 → 0.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 05616934943f0df89ee4b9b119253ff4f8160a31
4
- data.tar.gz: 21aac9320231b33409ddf743a5b7dbc383123aaa
3
+ metadata.gz: 05a2570f52624a2c2e30fe6e38692abc8fdfa9da
4
+ data.tar.gz: fcbc275ef9fa182b59096a9bb429a8a2722aa70c
5
5
  SHA512:
6
- metadata.gz: c571993b120cd8702aa7ec2421c46b194eeb09950f993d558fb7e5d6f602e14e90902a65d8a8ded58a562ae771de15f43c6e8b3b54121bae1d43695ac5ac3bef
7
- data.tar.gz: d0b23cbc5598adcf19d7b2563612448649ec45ec83c9f8037a97a2126f35b639b424ec040dfd5a70980e5ef7721cfb6dd3058c8613bc1bdf50dac3d56461e4bc
6
+ metadata.gz: d0f3d5e2bde70280feb11acd2ef142b3ce1b66d6a4a829cfe8a27f5281cb339eb74858661467386b357a55636e4d76a62e56ee960e1deaf39e8108f1df73f3f1
7
+ data.tar.gz: cced546b5906f2dbfb5bc993beae43c937d1216cc57f45ec621f6b2f85dbf4be9835219f28ccdf1efe2c8cfa0ef769d4d5dccfe58fcee205038b28bac75a11bc
data/README.rdoc CHANGED
@@ -1 +1 @@
1
- ruby -Ilib ./bin/facebook_api
1
+ ruby -Ilib ./bin/falcon_facebook_api
@@ -0,0 +1,9 @@
1
+ require 'falcon_facebook_api/write.rb'
2
+ require 'falcon_facebook_api/custom_audience.rb'
3
+
4
+ module FalconFacebookApi
5
+
6
+ #autoload :Write, 'write.rb'
7
+ #autoload :CustomAudience, 'custom_audience.rb'
8
+
9
+ end
@@ -1,4 +1,4 @@
1
- module FacebookApi
1
+ module FalconFacebookApi
2
2
  class CustomAudience
3
3
 
4
4
  end
@@ -1,4 +1,4 @@
1
- module FacebookApi
1
+ module FalconFacebookApi
2
2
  class Write
3
3
  def self.hi
4
4
  return "hello eric"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: falcon_facebook_api
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
  - Eric Belfer
@@ -31,9 +31,9 @@ extensions: []
31
31
  extra_rdoc_files: []
32
32
  files:
33
33
  - README.rdoc
34
- - lib/facebook_api/custom_audience.rb
35
- - lib/facebook_api/write.rb
36
- - lib/facebook_api.rb
34
+ - lib/falcon_facebook_api/custom_audience.rb
35
+ - lib/falcon_facebook_api/write.rb
36
+ - lib/falcon_facebook_api.rb
37
37
  homepage:
38
38
  licenses:
39
39
  - MIT
data/lib/facebook_api.rb DELETED
@@ -1,9 +0,0 @@
1
- require 'facebook_api/write.rb'
2
- require 'facebook_api/custom_audience.rb'
3
-
4
- module FacebookApi
5
-
6
- #autoload :Write, 'write.rb'
7
- #autoload :CustomAudience, 'custom_audience.rb'
8
-
9
- end