applicious_utils 0.1.3 → 0.1.4

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 AppliciousFaceboook('12345')
5
+ b = new Applicious.Facebook('12345')
@@ -1,3 +1,6 @@
1
+ root = exports ? window
2
+ root.Applicious = Applicious
3
+
1
4
  class Applicious
2
5
  constructor: () ->
3
6
  console.log('Applicious Alive')
@@ -1,3 +1,6 @@
1
+ root = exports ? window
2
+ root.Applicious.Facebook = AppliciousFacebook
3
+
1
4
  class AppliciousFacebook extends Applicious
2
5
  constructor: (@app_id) ->
3
6
  console.log('loaded FB' + @app_id)
@@ -1,3 +1,3 @@
1
1
  module AppliciousUtils
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
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.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: