iugu-ux 1.0.21 → 1.0.22

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: d32b43dbfee015b9439168fb002fe6f0f5729a77
4
- data.tar.gz: 3b00bd1aa284dc9e5f10898c01eec902f765b3c1
3
+ metadata.gz: b34a42bdc90433f13152464ee9d4f7ddcc185157
4
+ data.tar.gz: 0ce3de765896e94cc4f6509e51f884ccd2a8d0e3
5
5
  SHA512:
6
- metadata.gz: 9d9f513501717731bbbdbe1b0f2b9fde12612e54edae3176afb011cf598fa0e06ad8764c39ce4cd93210f3e30fcabde684ad3f15f2ebeecdfc0aa876cd40b68e
7
- data.tar.gz: 3b8a1591c79dbfb0580b66e85e9962f8bbf2f4a7541baea304e4d31b874f04d4af10bcc6d004365ed99f83fb876ed9088ef82c2898f660258085a6b185ccd944
6
+ metadata.gz: 6b9928b4966bb3b40731261273aef9cb8997b7f13ded99085d6f27d5c09a6824031355118fa134489ce47919e8fc5da6659a56572ee1597a4ace511921758b8f
7
+ data.tar.gz: c37ae9d4a00a9a53a050c5f72b81f3ed04372f9dc1b1cff8249f7031f98472f504234ef458c4ade2f1b55d7c61d158f539556a8ebfc6c9ca70b7ff23c0c8de28
data/lib/iugu-ux.rb CHANGED
@@ -15,7 +15,7 @@ module IuguUX
15
15
  @@src = src
16
16
  end
17
17
 
18
- self.src = %w( iugu-ux.css iugu-ux.js vendor.js )
18
+ self.src = %w( iugu-ux.css iugu-ux.js web-app.js vendor.js )
19
19
 
20
20
  class << self
21
21
  def sprite_load_path
@@ -1,3 +1,3 @@
1
1
  module IuguUX
2
- VERSION = "1.0.21"
2
+ VERSION = "1.0.22"
3
3
  end
@@ -8,4 +8,3 @@
8
8
  //= require ./twitter-bootstrap/bootstrap.js
9
9
  //= require ./capabilities
10
10
  //= require ./enable-prettify
11
- //= require ./web-app
@@ -0,0 +1,7 @@
1
+ // This is a manifest file that'll be compiled into including all the files listed below.
2
+ // Add new JavaScript/Coffee code in separate files in this directory and they'll automatically
3
+ // be included in the compiled file accessible from http://example.com/assets/application.js
4
+ // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
5
+ // the compiled file.
6
+ //
7
+ //= require ./iugu-ux/web-app
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iugu-ux
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.21
4
+ version: 1.0.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Negri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-28 00:00:00.000000000 Z
11
+ date: 2015-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coffee-script
@@ -407,6 +407,7 @@ files:
407
407
  - vendor/assets/javascripts/vendor/rivets.js.coffee
408
408
  - vendor/assets/javascripts/vendor/tasks.js.coffee
409
409
  - vendor/assets/javascripts/vendor/underscore.js
410
+ - vendor/assets/javascripts/web-app.js
410
411
  - vendor/assets/javascripts/web-app/comm.coffee
411
412
  - vendor/assets/javascripts/web-app/config.js.erb
412
413
  - vendor/assets/javascripts/web-app/environment.js.coffee