top_free_apps_itunes 0.3.0 → 1.0.0

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: 92adc571f889715ef6d33f71531c419ead8b959d0b109d517e275f6cb1141073
4
- data.tar.gz: 511f9997a2fb5eb85691b691990cf19d5b53f78131833025f43528215162f975
3
+ metadata.gz: ff6adb714d1b5f45c3d5e1ef3376a45d86db91e83de0d98f446f3d0cf5e017bd
4
+ data.tar.gz: 4f838264de7413bf885b59ff21f3ee576d412c169df5212b1bdd50dd11e39cb3
5
5
  SHA512:
6
- metadata.gz: bcb6c28bbce96fa544c3a0f0fc74f2265bd5517a7fa1edb0511e9aa74117382a9241c492cc5d800cd4941a8b4ad1922d6878e745dfc3ed20c498591a4d3dc990
7
- data.tar.gz: 9a6cb6a23f4ba6b9a77fd0a0b447d85f4762b6fe702e547eff1709fb78108fb350a8d3f557e34c6215efa23698cde0470d75336004abdd501e037e63027682e6
6
+ metadata.gz: 2006455ad827eecafdf4ef4ae011d4d72edf2a302e4bd166771480056f57de450d799ccb0e1e7d0e8d6dc096fe6a1df073cb695cba19958d3a6751cd8bd58fd0
7
+ data.tar.gz: cdca63391153e5f7d5cfb545c826e50596ea6710f21c145682fdcac373ce58713d3faee44f7a07a06c4ca9f289dcdc54e388bccb7266e208e3ec64bc52a50069
data/README.md CHANGED
@@ -1,28 +1,17 @@
1
1
  # TopFreeAppsItunes
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_free_apps_itunes`. 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
+ This Ruby Gem provides a CLI to view the top 100 free apps in the App Store.
6
4
 
7
5
  ## Installation
8
6
 
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'top_free_apps_itunes'
13
- ```
14
-
15
- And then execute:
7
+ $ gem install top_free_apps_itunes
16
8
 
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install top_free_apps_itunes
22
9
 
23
10
  ## Usage
24
11
 
25
- TODO: Write usage instructions here
12
+ Type the command below and follow the on screen prompts.
13
+
14
+ $ top_free_apps_itunes
26
15
 
27
16
  ## Development
28
17
 
@@ -32,7 +21,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
21
 
33
22
  ## Contributing
34
23
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/top_free_apps_itunes. 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.
24
+ Bug reports and pull requests are welcome on GitHub at https://github.com/irfanmak7/top_free_apps_itunes. 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
25
 
37
26
  ## License
38
27
 
@@ -13,14 +13,4 @@ class App
13
13
  @@all
14
14
  end
15
15
 
16
- def self.access_app_details_by_name(title)
17
-
18
- @@all.detect do |app|
19
- app.title == title
20
-
21
- end
22
-
23
-
24
- end
25
-
26
16
  end
@@ -18,8 +18,7 @@ class CLI
18
18
  puts "Please enter the number of the app to view its details or 'exit' to end the program:"
19
19
 
20
20
  input = gets.chomp
21
- App.access_app_details_by_name(input)
22
- binding.pry
21
+
23
22
  #app = App.all[input.to_i - 1]
24
23
 
25
24
  if input.to_i > 0 && input.to_i <=App.all.size
@@ -1,3 +1,3 @@
1
1
  module TopFreeAppsItunes
2
- VERSION = "0.3.0"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: top_free_apps_itunes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Irfan Maknojia
@@ -104,6 +104,9 @@ files:
104
104
  - lib/top_free_apps_itunes/cli.rb
105
105
  - lib/top_free_apps_itunes/scraper.rb
106
106
  - lib/top_free_apps_itunes/version.rb
107
+ - top_free_apps_itunes-0.1.0.gem
108
+ - top_free_apps_itunes-0.2.0.gem
109
+ - top_free_apps_itunes-0.3.0.gem
107
110
  - top_free_apps_itunes.gemspec
108
111
  homepage: ''
109
112
  licenses: