shoppe 0.0.5 → 0.0.6

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.
Files changed (3) hide show
  1. data/db/seeds.rb +0 -2
  2. data/lib/shoppe/version.rb +1 -1
  3. metadata +3 -3
@@ -81,5 +81,3 @@ pro.save!
81
81
  pro = cat1.products.create!(:title => 'Yealink W52P', :sku => 'TL-SIP-W52P', :description => lorem, :short_description => 'Wireless SIP phones are hard to come by but this beauty from Yealink is fab.', :weight => 1.280, :price => 99.99, :tax_rate => 20.0, :stock => 1, :featured => true)
82
82
  pro.default_image_file = get_file('w52p.jpg')
83
83
  pro.save!
84
-
85
- user = Shoppe::User.create!(:first_name => 'Adam', :last_name => 'Cooke', :email_address => 'adam@niftyware.io', :password => 'llamafarm', :password_confirmation => 'llamafarm')
@@ -1,3 +1,3 @@
1
1
  module Shoppe
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shoppe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -393,7 +393,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
393
393
  version: '0'
394
394
  segments:
395
395
  - 0
396
- hash: -2798152506865549015
396
+ hash: 2900139549021590760
397
397
  required_rubygems_version: !ruby/object:Gem::Requirement
398
398
  none: false
399
399
  requirements:
@@ -402,7 +402,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
402
402
  version: '0'
403
403
  segments:
404
404
  - 0
405
- hash: -2798152506865549015
405
+ hash: 2900139549021590760
406
406
  requirements: []
407
407
  rubyforge_project:
408
408
  rubygems_version: 1.8.23