spree_account_recurring 1.1.2 → 1.1.3

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/README.md +1 -1
  2. data/config/routes.rb +2 -6
  3. metadata +4 -4
data/README.md CHANGED
@@ -18,7 +18,7 @@ For older version of Spree
18
18
 
19
19
  ```ruby
20
20
  # Spree 2.1.x
21
- gem 'spree_account_recurring', '1.0.4'
21
+ gem 'spree_account_recurring', '1.0.5'
22
22
  ```
23
23
 
24
24
 
data/config/routes.rb CHANGED
@@ -4,12 +4,8 @@ Spree::Core::Engine.routes.draw do
4
4
  resources :plans, except: :show
5
5
  end
6
6
 
7
- resources :reports, only: :index do
8
- collection do
9
- resources :subscriptions, only: :index
10
- resources :subscription_events, only: :index
11
- end
12
- end
7
+ resources :subscriptions, only: :index
8
+ resources :subscription_events, only: :index
13
9
  end
14
10
 
15
11
  resources :recurring_hooks, only: :none do
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_account_recurring
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 2
10
- version: 1.1.2
9
+ - 3
10
+ version: 1.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Priyank Gupta
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2014-04-25 00:00:00 Z
18
+ date: 2014-07-02 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: spree_core