auto_js 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ab8ce7dfe13e1771423e9ccdcfa319df2276b2b5
4
- data.tar.gz: 61617b41c707b25ffe469f864aacdab91821a3eb
3
+ metadata.gz: f813a64484fe87456ad611e327054400b6f0a91c
4
+ data.tar.gz: d716328b6a12fa24f1ceb657d8297bc17bfbdc11
5
5
  SHA512:
6
- metadata.gz: 63e0820ff9ca118bc6a2411f997707637e574a97cc07b29e6beac9564281bd3e75a4b96f719d97751c11988e7722e910b3ddaf9957d41de45dc051370b2113f0
7
- data.tar.gz: 5f6de79c1627382399541681df1c6c99e4fc905e7e69211dadbde4ec5accbdcb20c06ec45654acbd7a93d2dcab84cadfd31e385b08581fe978deb5272501584e
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.0
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: http://rubygems.org/gems/auto_js
22
+ homepage: https://github.com/lasaldan/auto_js
22
23
  licenses:
23
24
  - MIT
24
25
  metadata: {}