auto_js 0.9.0 → 0.9.1
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.
- checksums.yaml +4 -4
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f813a64484fe87456ad611e327054400b6f0a91c
|
|
4
|
+
data.tar.gz: d716328b6a12fa24f1ceb657d8297bc17bfbdc11
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40ec686ad91b7d43faa62f2c2ac7f3d21ab15c7fbce9a2c751aa00361bcdac1338a7b455e3f2e52b770fc781de4cf7ca6d51af74083680e9eff1bf5114e44478
|
|
7
|
+
data.tar.gz: 562c1b541bcec423768497eabeebc9e29f1923c2ebf98261b141533b4de8cbd5aa680a519202e005422ff871eb68b2a07b2bfb3bc141fb22063ddae5094c70c3
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: auto_js
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Fuller
|
|
@@ -11,14 +11,15 @@ cert_chain: []
|
|
|
11
11
|
date: 2015-03-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Easily organizes a project's custom javascript and executes appropriate
|
|
14
|
-
snippits automatically. Turbolinks compatible.
|
|
14
|
+
snippits automatically. Turbolinks compatible. Fills the gap between rails default
|
|
15
|
+
javascript management and a full front end framework.
|
|
15
16
|
email: lasaldan@gmail.com
|
|
16
17
|
executables: []
|
|
17
18
|
extensions: []
|
|
18
19
|
extra_rdoc_files: []
|
|
19
20
|
files:
|
|
20
21
|
- app/assets/javascripts/auto_js.coffee
|
|
21
|
-
homepage:
|
|
22
|
+
homepage: https://github.com/lasaldan/auto_js
|
|
22
23
|
licenses:
|
|
23
24
|
- MIT
|
|
24
25
|
metadata: {}
|