paid_up 0.9.15 → 0.9.16

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3f805874f1b94131d06b0bdb3b42f85fc3da9dff
4
- data.tar.gz: b1c965b77e62b3db733795f02d665b56ba66b97d
3
+ metadata.gz: 38e75535ec9017f37c02b173d158f019fa7bd758
4
+ data.tar.gz: ce3687c56beb1573386e14478b0a294c8cce8128
5
5
  SHA512:
6
- metadata.gz: 6451990417603852a3770d695a09502f0fca7315fae5ad83913fc2c9dfccbda82e53088c5d3eb3a3862cbd97df985b43dd03b80e662f9f17d33b064c519976a0
7
- data.tar.gz: 649f2534cea6300a0cefc649f4927b703f37c2d187b0278799041801f645cf01dc3846275841e6c1d98198c5e276cf2bad8baa87079c3898172e6362923bc53c
6
+ metadata.gz: 3a7d6138b0181ab19eedea1563659f142cb16ed325504fe4a0706c663a4216e0ced83c61b730302cc9eaa12ac04c2c220937a23f3fb676fb0f0125067b3cf2fa
7
+ data.tar.gz: 8928f789a651a4b3a16c5022a28a58e0027fa55fbda7d14493e225541e09e5a170f07f71e050c8af84dc1407fac050ba386b74ec4281b1d99fc465fcfb115049
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.15
1
+ 0.9.16
@@ -28,7 +28,7 @@ module PaidUp
28
28
  else
29
29
  money = @plan.money
30
30
  end
31
- flash[:paid_up_subscription] = money.format
31
+ flash[:paid_up_subscription] = money.dollars
32
32
  redirect_to(
33
33
  subscriptions_path,
34
34
  flash: {
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.15 ruby lib
5
+ # stub: paid_up 0.9.16 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "paid_up"
9
- s.version = "0.9.15"
9
+ s.version = "0.9.16"
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.15
4
+ version: 0.9.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren