piggybak_bundle_discounts 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: piggybak_bundle_discounts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -35,7 +35,6 @@ extensions: []
|
|
35
35
|
extra_rdoc_files: []
|
36
36
|
files:
|
37
37
|
- app/controllers/piggybak_bundle_discounts/bundle_discount_controller.rb
|
38
|
-
- app/assets/stylesheets/piggybak_bundle_discounts/application.css
|
39
38
|
- app/assets/javascripts/piggybak_bundle_discounts/piggybak_bundle_discounts.js
|
40
39
|
- app/models/piggybak_bundle_discounts/bundle_discount_sellable.rb
|
41
40
|
- app/models/piggybak_bundle_discounts/bundle_discount.rb
|
@@ -48,7 +47,6 @@ files:
|
|
48
47
|
- lib/piggybak_bundle_discounts/order_decorator.rb
|
49
48
|
- lib/piggybak_bundle_discounts/engine.rb
|
50
49
|
- lib/piggybak_bundle_discounts/version.rb
|
51
|
-
- lib/tasks/piggybak_bundle_discounts_tasks.rake
|
52
50
|
- lib/piggybak_bundle_discounts.rb
|
53
51
|
- LICENSE
|
54
52
|
- Rakefile
|
@@ -101,7 +99,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
101
99
|
version: '0'
|
102
100
|
segments:
|
103
101
|
- 0
|
104
|
-
hash:
|
102
|
+
hash: 1148734082405100813
|
105
103
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
106
104
|
none: false
|
107
105
|
requirements:
|
@@ -110,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
110
108
|
version: '0'
|
111
109
|
segments:
|
112
110
|
- 0
|
113
|
-
hash:
|
111
|
+
hash: 1148734082405100813
|
114
112
|
requirements: []
|
115
113
|
rubyforge_project:
|
116
114
|
rubygems_version: 1.8.23
|
@@ -1,13 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
3
|
-
* listed below.
|
4
|
-
*
|
5
|
-
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
6
|
-
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
|
7
|
-
*
|
8
|
-
* You're free to add application-wide styles to this file and they'll appear at the top of the
|
9
|
-
* compiled file, but it's generally better to create a new file per style scope.
|
10
|
-
*
|
11
|
-
*= require_self
|
12
|
-
*= require_tree .
|
13
|
-
*/
|