paid_up 0.9.7 → 0.9.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/config/locales/en.yml +26 -25
- data/paid_up.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: afd9cb268e10fd99737750ad0efff9ac3d4db226
|
4
|
+
data.tar.gz: 1be8c0a0b367c8b740e7faa27c459fbb714df34d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 555a574d356e6bd8afddc2f4dffa9da184f3960577599ba452d63d358169d766f19265de599e786de841e4a377104ee4efa4fdf6d50332a8e1d430bde00384de
|
7
|
+
data.tar.gz: 5a8f6861bf9bc3e7801ebffbebae111382cb99e748584d1a1b006d06be7bdbb2d9e724e80a45884eab514c1baf869aa21e554248e0216e3592b87ac4e442a476
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.9.
|
1
|
+
0.9.8
|
data/config/locales/en.yml
CHANGED
@@ -20,13 +20,13 @@
|
|
20
20
|
# available at http://guides.rubyonrails.org/i18n.html.
|
21
21
|
|
22
22
|
en:
|
23
|
-
abilities:
|
23
|
+
abilities: 'Abilities'
|
24
24
|
account_is_delinquent: 'The paid features associated with your account have been disabled pending payment.'
|
25
25
|
allowed: 'Allowed'
|
26
|
-
already_subscribed:
|
27
|
-
are_you_sure:
|
26
|
+
already_subscribed: 'Already Subscribed'
|
27
|
+
are_you_sure: 'Are you sure?'
|
28
28
|
cancel_my_account: 'Cancel My Account'
|
29
|
-
canceled:
|
29
|
+
canceled: 'Canceled'
|
30
30
|
card: 'Card'
|
31
31
|
card_ending_with: "%{brand} ending with %{last4}"
|
32
32
|
card_number: 'Card Number'
|
@@ -47,11 +47,11 @@ en:
|
|
47
47
|
didnt_receive_unlock_instructions: "Didn't receive unlock instructions?"
|
48
48
|
edit_resource: "Edit %{resource}"
|
49
49
|
enter_new_card: 'Enter New Card'
|
50
|
-
error:
|
50
|
+
error: 'Error'
|
51
51
|
error_handling_feature_setting: "Error handling %{feature} setting"
|
52
52
|
expiration: 'Expiration'
|
53
53
|
features: 'Features'
|
54
|
-
feature_not_found:
|
54
|
+
feature_not_found: 'Feature Not Found'
|
55
55
|
feature_not_found_feature: "Feature Not Found: %{feature}"
|
56
56
|
forgot_your_password: 'Forgot your password?'
|
57
57
|
leave_blank_if_you_dont_want_to_change_it: "(leave blank if you don't want to change it)"
|
@@ -61,31 +61,31 @@ en:
|
|
61
61
|
no_implicit_conversion_of_type_features: 'No implicit conversion of %{type} Features'
|
62
62
|
no_features_associated_with_table: 'No features associated with %{table} table.'
|
63
63
|
not_allowed: 'Not Allowed'
|
64
|
-
or_sign_in:
|
65
|
-
or_sign_up:
|
66
|
-
paid_thru:
|
67
|
-
plan_name:
|
68
|
-
plans:
|
69
|
-
pricing:
|
64
|
+
or_sign_in: 'Or, Sign In'
|
65
|
+
or_sign_up: 'Or, Sign Up'
|
66
|
+
paid_thru: 'Paid Thru'
|
67
|
+
plan_name: 'Plan Name'
|
68
|
+
plans: 'Plans'
|
69
|
+
pricing: 'Pricing'
|
70
70
|
resend_confirmation_instructions: 'Resend confirmation instructions'
|
71
71
|
resend_unlock_instructions: 'Resend unlock instructions'
|
72
|
-
select_payment_info:
|
73
|
-
send_me_reset_password_instructions:
|
74
|
-
sign_in:
|
72
|
+
select_payment_info: 'Select Payment Info'
|
73
|
+
send_me_reset_password_instructions: 'Send me reset password instructions'
|
74
|
+
sign_in: 'Sign In'
|
75
75
|
sign_in_with_provider: "Sign in with %{provider}"
|
76
|
-
sign_out:
|
77
|
-
sign_up:
|
78
|
-
status:
|
79
|
-
subscribe:
|
76
|
+
sign_out: 'Sign Out'
|
77
|
+
sign_up: 'Sign Up'
|
78
|
+
status: 'Status'
|
79
|
+
subscribe: 'Subscribe'
|
80
80
|
subscribe_to_plan: "Subscribe to %{plan_name} Plan"
|
81
81
|
subscription_plan_pricing: 'Subscription Plan Pricing'
|
82
|
-
switch_plans:
|
83
|
-
thank_you:
|
82
|
+
switch_plans: 'Switch Plans'
|
83
|
+
thank_you: 'Thank You'
|
84
84
|
title_plan: "%{title} Plan"
|
85
85
|
to_disable_this_message_subscribe: "To disable this message, please <a href='%{subscribe_link}'>Choose a Plan</a>."
|
86
86
|
to_enable_paid_features_subscribe: "To enable the paid features previously associated with your account, please <a href='%{subscribe_link}'>Choose a Plan</a>."
|
87
|
-
trial_period:
|
88
|
-
unhappy:
|
87
|
+
trial_period: 'Trial Period'
|
88
|
+
unhappy: 'Unhappy?'
|
89
89
|
unknown_feature_type: 'Unknown Feature Type'
|
90
90
|
unlimited: 'Unlimited'
|
91
91
|
update_account: 'Update Account'
|
@@ -93,7 +93,8 @@ en:
|
|
93
93
|
we_need_your_current_password_to_confirm_your_changes: '(we need your current password to confirm your changes)'
|
94
94
|
when_using_table_rows_table_must_exist: 'When using table_rows, the table must exist.'
|
95
95
|
when_using_rolify_rows_table_must_exist: 'When using rolify_rows, the table must exist.'
|
96
|
-
x_of_y_remaining:
|
97
|
-
x_used_y_allowed:
|
96
|
+
x_of_y_remaining: "%{x} of %{y} remaining"
|
97
|
+
x_used_y_allowed: "%{x} used, %{y} allowed"
|
98
|
+
y_remaining: "%{y} remaining"
|
98
99
|
you_are_now_subscribed_to_the_plan: "You are now subscribed to the %{plan_name} Plan"
|
99
100
|
you_will_be_charged: "You will be charged %{charge_amount}."
|
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.
|
5
|
+
# stub: paid_up 0.9.8 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "paid_up"
|
9
|
-
s.version = "0.9.
|
9
|
+
s.version = "0.9.8"
|
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"]
|