rails_currency 2.0.0 → 2.0.1
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 +5 -5
- data/Gemfile.lock +1 -1
- data/README.md +2 -0
- data/lib/rails_currency/version.rb +1 -1
- data/rails_currency.gemspec +4 -2
- metadata +11 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 9a1be53a88e39cb78e987b665e54e43ab74bcb744351724181c8441ecf1fe0f6
|
|
4
|
+
data.tar.gz: 63b3ac5b4c9f26e96a22261b766e4cd23fc0d259c7566d407e002d03414c1eb2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5b670c8e9caad74829aa24858d05eeb15ebbe3b65b7759ba52a21943396357c13890bf27ed1cceda0ba9c38e9f89c14a8827a94cfd07182d4785a4d7e0a3a470
|
|
7
|
+
data.tar.gz: db94c8b30c7fdb15ff3eb3657acd56fb67468c76e89abc2444233452090c549e7491098d81744ce0ef903ced3616bddd24941d8efe1b589d920d0d169d93af26
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
> **Deprecated.** Unmaintained since 2014 and kept only so existing installs keep resolving. Allerin's current Ruby on Rails work is at https://www.allerin.com/services/ruby-on-rails and its code at https://github.com/Allerintech.
|
|
2
|
+
|
|
1
3
|
# RailsCurrency
|
|
2
4
|
|
|
3
5
|
A Ruby gem to real time convert among different currencies with services from xe.com and google.com
|
data/rails_currency.gemspec
CHANGED
|
@@ -9,9 +9,11 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ['Allerin']
|
|
10
10
|
spec.email = ['services@allerin.com']
|
|
11
11
|
spec.summary = %q{A Ruby gem to real time convert among different currencies}
|
|
12
|
-
spec.description = %q{
|
|
13
|
-
spec.homepage = ""
|
|
12
|
+
spec.description = %q{Deprecated and unmaintained since 2014; kept only so existing installs keep resolving. Allerin's current Ruby on Rails work is at https://www.allerin.com/services/ruby-on-rails}
|
|
13
|
+
spec.homepage = "https://www.allerin.com/services/ruby-on-rails"
|
|
14
14
|
spec.license = "MIT"
|
|
15
|
+
spec.metadata = { "source_code_uri" => "https://github.com/allerin/rails_currency", "homepage_uri" => "https://www.allerin.com/services/ruby-on-rails" }
|
|
16
|
+
spec.post_install_message = "rails_currency is deprecated and has been unmaintained since 2014. Allerin's current Rails work: https://www.allerin.com/services/ruby-on-rails"
|
|
15
17
|
|
|
16
18
|
spec.files = `git ls-files -z`.split("\x0")
|
|
17
19
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_currency
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Allerin
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: bundler
|
|
@@ -52,8 +51,8 @@ dependencies:
|
|
|
52
51
|
- - ">="
|
|
53
52
|
- !ruby/object:Gem::Version
|
|
54
53
|
version: '0'
|
|
55
|
-
description:
|
|
56
|
-
|
|
54
|
+
description: Deprecated and unmaintained since 2014; kept only so existing installs
|
|
55
|
+
keep resolving. Allerin's current Ruby on Rails work is at https://www.allerin.com/services/ruby-on-rails
|
|
57
56
|
email:
|
|
58
57
|
- services@allerin.com
|
|
59
58
|
executables: []
|
|
@@ -72,11 +71,14 @@ files:
|
|
|
72
71
|
- lib/rails_currency/version.rb
|
|
73
72
|
- rails_currency.gemspec
|
|
74
73
|
- test/rails_currency_test.rb
|
|
75
|
-
homepage:
|
|
74
|
+
homepage: https://www.allerin.com/services/ruby-on-rails
|
|
76
75
|
licenses:
|
|
77
76
|
- MIT
|
|
78
|
-
metadata:
|
|
79
|
-
|
|
77
|
+
metadata:
|
|
78
|
+
source_code_uri: https://github.com/allerin/rails_currency
|
|
79
|
+
homepage_uri: https://www.allerin.com/services/ruby-on-rails
|
|
80
|
+
post_install_message: 'rails_currency is deprecated and has been unmaintained since
|
|
81
|
+
2014. Allerin''s current Rails work: https://www.allerin.com/services/ruby-on-rails'
|
|
80
82
|
rdoc_options: []
|
|
81
83
|
require_paths:
|
|
82
84
|
- lib
|
|
@@ -91,9 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
91
93
|
- !ruby/object:Gem::Version
|
|
92
94
|
version: '0'
|
|
93
95
|
requirements: []
|
|
94
|
-
|
|
95
|
-
rubygems_version: 2.4.4
|
|
96
|
-
signing_key:
|
|
96
|
+
rubygems_version: 3.6.9
|
|
97
97
|
specification_version: 4
|
|
98
98
|
summary: A Ruby gem to real time convert among different currencies
|
|
99
99
|
test_files:
|