applicious_utils 0.1.4 → 0.1.5

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.
@@ -2,4 +2,4 @@
2
2
  #= require ./facebook_class.coffee
3
3
 
4
4
  a = new Applicious
5
- b = new Applicious.Facebook('12345')
5
+ b = new AppliciousFacebook('12345')
@@ -1,5 +1,5 @@
1
1
  root = exports ? window
2
- root.Applicious.Facebook = AppliciousFacebook
2
+ root.AppliciousFacebook = AppliciousFacebook
3
3
 
4
4
  class AppliciousFacebook extends Applicious
5
5
  constructor: (@app_id) ->
@@ -1,3 +1,3 @@
1
1
  module AppliciousUtils
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: applicious_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: