ethio 0.0.1 → 0.0.2

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
  SHA256:
3
- metadata.gz: '0669f8e063ac5f8c19b9088bcbca3d71a617a7b2d6de3dc0eb0942bfcdecdc30'
4
- data.tar.gz: 12e6bc232dac18acfe7713537afb00c53fbdc65958cd0c2200ba1ebdb08e8292
3
+ metadata.gz: 0d16acc16b0999952a19fdb158b3ddbe9907a1abc34e01e539d8155ce6d7c808
4
+ data.tar.gz: 351e0ac539327a71e64216dc1a48fbb14933ace7301f5ef10a23336cc8564163
5
5
  SHA512:
6
- metadata.gz: 349a7b65633d8e91d2cf1c110c4057d7d636eec646e5df2ea3d413d1237f828a259d7e06375d61106e67dfca4b80a8ef2763dce5097a4245921b663709d1dde3
7
- data.tar.gz: e4342f9bb57a18ee14e6ef312dbfaa7b055433c63d320916c9c3615856c0d2f7630645e27fbb40bdae1d2dc67af5ea19a66201e3e0d85f4b76f5123ac28ecaf2
6
+ metadata.gz: 165b43ab6e62de1a7299fc8e7d07308e0ae465836b164981df2439939590ccf7899c9218ba9f5ab5191b99b529be308601fcc81421d4b0f62de4b5ce954800f1
7
+ data.tar.gz: 2eebef35e385143743e43d5162ba942ebc9ff1dfb36ce7a8f568d0167673079705459c15e9b5b3a6b1a2b4e8155a07c4d0b1faf77ae6a9ffe6e643aca10256e4
@@ -0,0 +1,35 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ ethio (0.0.2)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ diff-lcs (1.3)
10
+ rake (10.5.0)
11
+ rspec (3.7.0)
12
+ rspec-core (~> 3.7.0)
13
+ rspec-expectations (~> 3.7.0)
14
+ rspec-mocks (~> 3.7.0)
15
+ rspec-core (3.7.1)
16
+ rspec-support (~> 3.7.0)
17
+ rspec-expectations (3.7.0)
18
+ diff-lcs (>= 1.2.0, < 2.0)
19
+ rspec-support (~> 3.7.0)
20
+ rspec-mocks (3.7.0)
21
+ diff-lcs (>= 1.2.0, < 2.0)
22
+ rspec-support (~> 3.7.0)
23
+ rspec-support (3.7.1)
24
+
25
+ PLATFORMS
26
+ ruby
27
+
28
+ DEPENDENCIES
29
+ bundler (~> 1.16)
30
+ ethio!
31
+ rake (~> 10.0)
32
+ rspec (~> 3.0)
33
+
34
+ BUNDLED WITH
35
+ 1.16.2
data/README.md CHANGED
@@ -1,15 +1,15 @@
1
- # Ethio
1
+ # Eefio
2
2
 
3
- Client library for the Ethio API.
3
+ Client library for the Eefio API.
4
4
 
5
- https://api.ethio.app
5
+ https://api.eefio.app
6
6
 
7
7
  ## Installation
8
8
 
9
9
  Add this line to your application's Gemfile:
10
10
 
11
11
  ```ruby
12
- gem 'ethio'
12
+ gem 'eefio'
13
13
  ```
14
14
 
15
15
  And then execute:
@@ -18,7 +18,7 @@ And then execute:
18
18
 
19
19
  Or install it yourself as:
20
20
 
21
- $ gem install ethio
21
+ $ gem install eefio
22
22
 
23
23
  ## Usage
24
24
 
@@ -32,7 +32,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
32
 
33
33
  ## Contributing
34
34
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/veganstraightedge/ethio. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/eefio/eefio-client-ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
36
 
37
37
  ## License
38
38
 
@@ -40,4 +40,4 @@ CC0.
40
40
 
41
41
  ## Code of Conduct
42
42
 
43
- Everyone interacting in the Ethio project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/veganstraightedge/ethio/blob/master/CODE_OF_CONDUCT.md).
43
+ Everyone interacting in the Eefio project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/eefio/eefio-client-ruby/blob/master/CODE_OF_CONDUCT.md).
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Shane Becker"]
9
9
  spec.email = ["veganstraightedge@gmail.com"]
10
10
 
11
- spec.summary = %q{Client library for the Ethio API}
12
- spec.description = %q{Client library for the Ethio API}
13
- spec.homepage = "https://ethio.app"
11
+ spec.summary = %q{Client library for the Eefio API}
12
+ spec.description = %q{Client library for the Eefio API}
13
+ spec.homepage = "https://eefio.com"
14
14
  spec.license = "CC0"
15
15
 
16
16
  # Specify which files should be added to the gem when it is released.
@@ -25,4 +25,12 @@ Gem::Specification.new do |spec|
25
25
  spec.add_development_dependency "bundler", "~> 1.16"
26
26
  spec.add_development_dependency "rake", "~> 10.0"
27
27
  spec.add_development_dependency "rspec", "~> 3.0"
28
+
29
+ spec.post_install_message = %q{
30
+
31
+ This gem got renamed to Eefio. Install that with:
32
+
33
+ gem install eefio
34
+
35
+ }
28
36
  end
data/exe/ethio CHANGED
File without changes
@@ -1,3 +1,3 @@
1
1
  module Ethio
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ethio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Becker
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-06-21 00:00:00.000000000 Z
11
+ date: 2018-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: Client library for the Ethio API
55
+ description: Client library for the Eefio API
56
56
  email:
57
57
  - veganstraightedge@gmail.com
58
58
  executables:
@@ -65,6 +65,7 @@ files:
65
65
  - ".travis.yml"
66
66
  - CODE_OF_CONDUCT.md
67
67
  - Gemfile
68
+ - Gemfile.lock
68
69
  - LICENSE.md
69
70
  - README.md
70
71
  - Rakefile
@@ -74,11 +75,17 @@ files:
74
75
  - exe/ethio
75
76
  - lib/ethio.rb
76
77
  - lib/ethio/version.rb
77
- homepage: https://ethio.app
78
+ homepage: https://eefio.com
78
79
  licenses:
79
80
  - CC0
80
81
  metadata: {}
81
- post_install_message:
82
+ post_install_message: |2+
83
+
84
+
85
+ This gem got renamed to Eefio. Install that with:
86
+
87
+ gem install eefio
88
+
82
89
  rdoc_options: []
83
90
  require_paths:
84
91
  - lib
@@ -97,5 +104,5 @@ rubyforge_project:
97
104
  rubygems_version: 2.7.6
98
105
  signing_key:
99
106
  specification_version: 4
100
- summary: Client library for the Ethio API
107
+ summary: Client library for the Eefio API
101
108
  test_files: []