spree_account_recurring 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -11,7 +11,7 @@ Installation
11
11
  Install `spree_account_recurring` by adding the following to your `Gemfile`:
12
12
 
13
13
  ```ruby
14
- gem 'spree_account_recurring', '1.0.4'
14
+ gem 'spree_account_recurring', '1.0.5'
15
15
  ```
16
16
 
17
17
  Bundle your dependencies and run the installation generator:
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: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 4
10
- version: 1.0.4
9
+ - 5
10
+ version: 1.0.5
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