top-ico 0.2.0 → 0.2.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
2
  SHA1:
3
- metadata.gz: a15ad8484a9b285f69bb7d943382227ec0296696
4
- data.tar.gz: 54726169ed2ce2b4b96a52a0d1cc3e21bf424986
3
+ metadata.gz: 1323375d2a0169856d318f2244f8e817aa38f67a
4
+ data.tar.gz: 585592c61a4018d38e6d3da7ad18786a4de1d7f0
5
5
  SHA512:
6
- metadata.gz: b8a341dcceff12f6f50a6605ae309aac8a94637cc964da7d48f9dfda6f0be528c26d6173704ff94e99ac35c3be6de62bab0950c270e20bd28bd00f2b3ad57583
7
- data.tar.gz: 855a44a0c185b170b7c1b4de9d889a7644b228748c058f010c2279d065a30d0e023bf101aacaf4d9dfb8218e3edb4044a36af9f65cff12c4df23108b0f86a3fb
6
+ metadata.gz: 93dbd2c6e6902e55b1b03746c56fa07bf5e36fb8830d9f43c0bf3737576c810d0cac2a777200896df1fa220a69b3310a725c6fa2084383a70a6636ed30b57d1f
7
+ data.tar.gz: ad22d9b1bdd42d5b225cf2a4d4e19d184e17452a8d2dd020467f8650a81c8639d1f5e47ccd8a93b849c12f8ec48b1f7b353c4cc05b91dfe18594b8fbe18486bd
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # Top::Ico
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/top/ico`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ Finding up-to-date list of trending and promising ICOs to invest from topicolist.com
6
4
 
7
5
  ## Installation
8
6
 
@@ -22,7 +20,23 @@ Or install it yourself as:
22
20
 
23
21
  ## Usage
24
22
 
25
- TODO: Write usage instructions here
23
+ - First, require the gem using:
24
+
25
+ ```ruby
26
+ require 'top/ico'
27
+ ```
28
+
29
+ - To list upcoming ICO:
30
+
31
+ ```ruby
32
+ Top::Ico.upcoming
33
+ ```
34
+
35
+ - To list active ICO:
36
+
37
+ ```ruby
38
+ Top::Ico.active
39
+ ```
26
40
 
27
41
  ## Development
28
42
 
@@ -32,7 +46,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
46
 
33
47
  ## Contributing
34
48
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/top-ico. 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.
49
+ Bug reports and pull requests are welcome on GitHub at https://github.com/TungFelix/top-ico. 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
50
 
37
51
  ## License
38
52
 
@@ -40,4 +54,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
40
54
 
41
55
  ## Code of Conduct
42
56
 
43
- Everyone interacting in the Top::Ico project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/top-ico/blob/master/CODE_OF_CONDUCT.md).
57
+ Everyone interacting in the Top::Ico project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/TungFelix/top-ico/blob/master/CODE_OF_CONDUCT.md).
@@ -4,7 +4,6 @@ require "open-uri"
4
4
 
5
5
  module Top
6
6
  module Ico
7
- # Your code goes here...
8
7
  URL = "https://topicolist.com/".freeze
9
8
 
10
9
  def self.active
@@ -1,5 +1,5 @@
1
1
  module Top
2
2
  module Ico
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: top-ico
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - TungFelix
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2018-01-02 00:00:00.000000000 Z
13
+ date: 2018-01-04 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -111,8 +111,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  version: '0'
112
112
  requirements: []
113
113
  rubyforge_project:
114
- rubygems_version: 2.6.11
114
+ rubygems_version: 2.5.1
115
115
  signing_key:
116
116
  specification_version: 4
117
117
  summary: Finding up-to-date list of trending and promising ICOs to invest from topicolist.com
118
118
  test_files: []
119
+ has_rdoc: