spree_bushido_api 0.80.27 → 0.80.28

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 (2) hide show
  1. data/lib/spree_bushido_api.rb +1 -0
  2. metadata +7 -6
@@ -0,0 +1 @@
1
+ require File.expand_path(File.dirname(__FILE__)) + '/spree_api'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_bushido_api
3
3
  version: !ruby/object:Gem::Version
4
- hash: 361
4
+ hash: 359
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 80
9
- - 27
10
- version: 0.80.27
9
+ - 28
10
+ version: 0.80.28
11
11
  platform: ruby
12
12
  authors:
13
13
  - David North
@@ -42,12 +42,12 @@ dependencies:
42
42
  requirements:
43
43
  - - "="
44
44
  - !ruby/object:Gem::Version
45
- hash: 361
45
+ hash: 359
46
46
  segments:
47
47
  - 0
48
48
  - 80
49
- - 27
50
- version: 0.80.27
49
+ - 28
50
+ version: 0.80.28
51
51
  type: :runtime
52
52
  version_requirements: *id002
53
53
  description: Required dependancy for Spree
@@ -80,6 +80,7 @@ files:
80
80
  - config/routes.rb
81
81
  - lib/spree_api.rb
82
82
  - lib/spree_api_hooks.rb
83
+ - lib/spree_bushido_api.rb
83
84
  - lib/tasks/install.rake
84
85
  - db/migrate/20100107141738_add_api_key_to_users.rb
85
86
  homepage: http://spreecommerce.com