nimbleshop_simply 0.0.8 → 0.0.9

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.
@@ -20,5 +20,3 @@ class NimbleshopSimply.manageStates
20
20
 
21
21
  constructor: ->
22
22
  ($ "select[name$='[country_code]']").bind('change', @handler)
23
- #for country in ($ "select[name$='[country_code]']")
24
- #$(country).triggerHandler 'change'
@@ -4,10 +4,10 @@
4
4
  //= require jquery-ujs
5
5
  //= require accounting
6
6
 
7
- /* bootstrap must be after jquery-ujs */
7
+ // bootstrap must be after jquery-ujs
8
8
  //= require twitter/bootstrap
9
9
 
10
- // loaded using fancybox-rails gem
10
+ // fancybox is loaded using fancybox-rails gem
11
11
  //= require fancybox
12
12
 
13
13
  //= require utils/formatNumber
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nimbleshop_simply
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -60,7 +60,6 @@ files:
60
60
  - app/assets/images/nimbleshop_simply/twitter.png
61
61
  - app/assets/javascripts/nimbleshop_simply/enable_fancybox.js.coffee
62
62
  - app/assets/javascripts/nimbleshop_simply/load_states.js.coffee
63
- - app/assets/javascripts/nimbleshop_simply/mobile.simply.js
64
63
  - app/assets/javascripts/nimbleshop_simply/order.js.coffee
65
64
  - app/assets/javascripts/nimbleshop_simply/remove_item_from_cart.js.coffee
66
65
  - app/assets/javascripts/nimbleshop_simply/shipping_address_same_as_billing_address.js.coffee
@@ -162,7 +161,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
162
161
  version: '0'
163
162
  segments:
164
163
  - 0
165
- hash: 1098292971187762910
164
+ hash: 2567133086245448660
166
165
  required_rubygems_version: !ruby/object:Gem::Requirement
167
166
  none: false
168
167
  requirements:
@@ -171,7 +170,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
170
  version: '0'
172
171
  segments:
173
172
  - 0
174
- hash: 1098292971187762910
173
+ hash: 2567133086245448660
175
174
  requirements: []
176
175
  rubyforge_project:
177
176
  rubygems_version: 1.8.24
@@ -1,4 +0,0 @@
1
- //= require jquery
2
- //= require jquery_ujs
3
- //= require jquery.mobile
4
-