paid_up 0.9.8 → 0.9.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: afd9cb268e10fd99737750ad0efff9ac3d4db226
4
- data.tar.gz: 1be8c0a0b367c8b740e7faa27c459fbb714df34d
3
+ metadata.gz: a630b41525dce39c0d57f97f4bb064bea1db4ba0
4
+ data.tar.gz: bd19f10cce9299dd228871eb4464a73236916c9c
5
5
  SHA512:
6
- metadata.gz: 555a574d356e6bd8afddc2f4dffa9da184f3960577599ba452d63d358169d766f19265de599e786de841e4a377104ee4efa4fdf6d50332a8e1d430bde00384de
7
- data.tar.gz: 5a8f6861bf9bc3e7801ebffbebae111382cb99e748584d1a1b006d06be7bdbb2d9e724e80a45884eab514c1baf869aa21e554248e0216e3592b87ac4e442a476
6
+ metadata.gz: 9a555fe4aae0d96d4e8f03bdb1a8df3fa0f58b0e04202cb1e40e8964002f626238b6108fe96f9476e2270e534051b901569a7e9a80c4703f80dd007922be98cf
7
+ data.tar.gz: 9c62d4da91bcb4537fb1265f9f5b9d52f40f33c049b271b12f780e4fef6c52b94d4b1ce44b18b6d5c87ec249f9f1ae6d4509b9d09b0c093a3babe95835d5f51e
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.8
1
+ 0.9.9
@@ -5,7 +5,7 @@
5
5
  %p= :to_enable_paid_features_subscribe.l(subscribe_link: paid_up.plans_path)
6
6
  %h3= :abilities.l
7
7
  = feature_abilities_table mode: :delinquent
8
- %p= icon_button_to 'info btn-lg', 'arrow-right', :choose_a_plan.l, paid_up.plans_path, method: :get
8
+ %p.hidden-print= icon_button_to 'info btn-lg', 'arrow-right', :choose_a_plan.l, paid_up.plans_path, method: :get
9
9
  - else
10
10
  %h2
11
11
  = current_user.plan.title
@@ -15,4 +15,4 @@
15
15
  %h3= :canceled.l
16
16
  %h3= :abilities.l
17
17
  = feature_abilities_table
18
- %p= icon_button_to 'info btn-lg', 'arrow-right', :switch_plans.l, paid_up.plans_path, method: :get
18
+ %p.hidden-print= icon_button_to 'info btn-lg', 'arrow-right', :switch_plans.l, paid_up.plans_path, method: :get
data/paid_up.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: paid_up 0.9.8 ruby lib
5
+ # stub: paid_up 0.9.9 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "paid_up"
9
- s.version = "0.9.8"
9
+ s.version = "0.9.9"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paid_up
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.8
4
+ version: 0.9.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren