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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: a38f349188223a8b23658830592bacd288ebbc39
4
- data.tar.gz: ec5d31c0b639ee1ffe0730fa1fb3e51f1063be41
2
+ SHA256:
3
+ metadata.gz: 9a1be53a88e39cb78e987b665e54e43ab74bcb744351724181c8441ecf1fe0f6
4
+ data.tar.gz: 63b3ac5b4c9f26e96a22261b766e4cd23fc0d259c7566d407e002d03414c1eb2
5
5
  SHA512:
6
- metadata.gz: c0671787047310e20b60724a129f5740e922f13bbde4e76f20e29f2a80e25f37c7aa56c8d54a298f3380f555d500ff9051ba9a34f7b0a05b7085344b6cb27823
7
- data.tar.gz: e44e18d88d5085b40ef72a733a979792ff59ca83feb22c57dab1f159bd3a93a46eba9a1badf4e404f1c4519c49654dc8509d5a6fbe0bf1e95dce77b6f3f26a45
6
+ metadata.gz: 5b670c8e9caad74829aa24858d05eeb15ebbe3b65b7759ba52a21943396357c13890bf27ed1cceda0ba9c38e9f89c14a8827a94cfd07182d4785a4d7e0a3a470
7
+ data.tar.gz: db94c8b30c7fdb15ff3eb3657acd56fb67468c76e89abc2444233452090c549e7491098d81744ce0ef903ced3616bddd24941d8efe1b589d920d0d169d93af26
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails_currency (2.0.0)
4
+ rails_currency (0.0.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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
@@ -1,3 +1,3 @@
1
1
  module RailsCurrency
2
- VERSION = '2.0.0'
2
+ VERSION = '2.0.1'
3
3
  end
@@ -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{A Ruby gem to real time convert among different currencies with services from xe.com and google.com}
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.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: 2014-11-18 00:00:00.000000000 Z
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: A Ruby gem to real time convert among different currencies with services
56
- from xe.com and google.com
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
- post_install_message:
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
- rubyforge_project:
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: