articulate_ui 0.0.2 → 0.0.3

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: 618d0344929e56703cb46d7ed9f9ac6568056128
4
- data.tar.gz: 2280940da914c46492b49b93624dc87fccdb012a
3
+ metadata.gz: 3e64512e672647cf844e03f9db135e16fd236b30
4
+ data.tar.gz: dd2d2e7c3d1d2cfb77d33ad6f5f9579d88882547
5
5
  SHA512:
6
- metadata.gz: e289297bea9e77473775e339e7ba684adb2f9cdf70e755ff176c4c65443fa59a31dea0f4dd78706db98aad99b65069ffe0b0c625492a4bcab8740563de8d3a32
7
- data.tar.gz: 84a9b15f206f297a67f5d01fb9cf9556227ee1cbc901b8cd9a4233cff2d28ed3162dee61ed6dac5caaeadee3746faef591dae4a134faf550192d8c2faa027a8f
6
+ metadata.gz: 764a0cb9c65d27d80cb85b8b2c747a3d1cb4e7ab212194b8bb2cca288374e08da570a5e71225d5844bcdbec7ba58e1141f49c7f4c89e95c73d06673a887d0e81
7
+ data.tar.gz: 6070bfd11f4ea9e7a44ef6f0a67d8e2c2507523129944ad5426a2ecb44e622e917868f79f6153dbe95dce6eafb6bdd9e869217c92e0b851cc625c035bb2197d4
@@ -0,0 +1,14 @@
1
+ // This is a manifest file that'll be compiled into application.js, which will include all the files
2
+ // listed below.
3
+ //
4
+ // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5
+ // or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
6
+ //
7
+ // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8
+ // compiled file.
9
+ //
10
+ // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
11
+ // about supported directives.
12
+ //
13
+ //= require underscore
14
+
@@ -1,3 +1,3 @@
1
1
  module ArticulateUi
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: articulate_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jerzy J. Gangi
@@ -34,6 +34,7 @@ files:
34
34
  - MIT-LICENSE
35
35
  - README.rdoc
36
36
  - Rakefile
37
+ - app/assets/javascripts/articulate_ui/articulate.js
37
38
  - app/assets/javascripts/articulate_ui/underscore.js
38
39
  - config/routes.rb
39
40
  - lib/articulate_ui.rb