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
@@ -21,7 +21,7 @@ RDoc::Task.new(:rdoc) do |rdoc|
21
21
  end
22
22
 
23
23
  APP_RAKEFILE = File.expand_path("../test/dummy/Rakefile", __FILE__)
24
- load 'rails/tasks/engine.rake'
24
+ #load 'rails/tasks/engine.rake'
25
25
 
26
26
 
27
27
 
@@ -5,7 +5,6 @@ module PiggybakBundleDiscounts
5
5
  belongs_to :bundle_discount
6
6
  belongs_to :sellable, :class_name => "::Piggybak::Sellable"
7
7
 
8
- validates_presence_of :bundle_discount_id
9
8
  validates_presence_of :sellable_id
10
9
 
11
10
  def admin_label
@@ -1,3 +1,3 @@
1
1
  module PiggybakBundleDiscounts
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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: 3800901680484817345
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: 3800901680484817345
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
- */
@@ -1,4 +0,0 @@
1
- # desc "Explaining what the task does"
2
- # task :piggybak_bundle_discounts do
3
- # # Task goes here
4
- # end