homesteading_assets 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
- //= require homesteading_assets/modernizr
2
- //= require homesteading_assets/jquery
1
+ //= require homesteading_assets/vendor/modernizr
2
+ //= require homesteading_assets/vendor/jquery
3
3
  //= require jquery_ujs
4
- //= require homesteading_assets/jquery.simplyCountable
4
+ //= require homesteading_assets/vendor/jquery.simplyCountable
5
5
 
6
6
  // for p-location geo fields
7
7
  // TODO: extract into plugin and out of global namespace
@@ -1,3 +1,3 @@
1
1
  module HomesteadingAssets
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: homesteading_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Becker
@@ -50,6 +50,9 @@ extra_rdoc_files: []
50
50
  files:
51
51
  - Rakefile
52
52
  - app/assets/javascripts/homesteading_assets/read.js
53
+ - app/assets/javascripts/homesteading_assets/vendor/jquery.js
54
+ - app/assets/javascripts/homesteading_assets/vendor/jquery.simplyCountable.js
55
+ - app/assets/javascripts/homesteading_assets/vendor/modernizr.js
53
56
  - app/assets/javascripts/homesteading_assets/write.js
54
57
  - app/assets/stylesheets/homesteading_assets/alerts.css.scss
55
58
  - app/assets/stylesheets/homesteading_assets/application.css