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 +4 -4
- data/app/assets/javascripts/articulate_ui/articulate.js +14 -0
- data/lib/articulate_ui/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e64512e672647cf844e03f9db135e16fd236b30
|
4
|
+
data.tar.gz: dd2d2e7c3d1d2cfb77d33ad6f5f9579d88882547
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
+
|
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.
|
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
|