AnimeDL 0.1.1 → 0.1.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
  SHA1:
3
- metadata.gz: 749ae8ea30b343616260eede819cda37c01148b5
4
- data.tar.gz: 623dd8328333bbc3cab908b0ddf2340889ccdd38
3
+ metadata.gz: ae72467ac0c208f3d5cf9c906ef0851aa5696ef5
4
+ data.tar.gz: c951e243736a6c9b66e6d44d593f08ff91cd7433
5
5
  SHA512:
6
- metadata.gz: f91608397485ae824c5a24307d5f5105869c506dbf1245d177738dafc3cba0388e17fb5ee867d5da3359f1696161e9f1162120097b75bcaf9cba7f5978b4bc71
7
- data.tar.gz: b098d18960bd46965e632504383e5efe2e9afe569f9d96b160509f48c54258eb73315b49ce56f434d1ed75b54a06a87c338fc394fd3c8e6d86e9b3fdce248284
6
+ metadata.gz: d5be7d5f452d48a8daf84e79519c5c2b01653ea169f85cb31052b6c87b5544102bba9ed472a70935c41d7a1093b6e8a70208c9faf33ef68e58251ca32c95841e
7
+ data.tar.gz: 61569117a9d286942dac09f63211d3d76a67a7a6b6c8a2bf3f923a0599a7faa1d740165decbf5a2bc6a65f70f807a17fba4d8896c5f3f5f3c2e21907e078ef29
@@ -1,8 +1,6 @@
1
- require "anime_dl/version"
2
-
3
1
  Gem::Specification.new do |spec|
4
2
  spec.name = "AnimeDL"
5
- spec.version = "0.1.1"
3
+ spec.version = "0.1.2"
6
4
  spec.authors = ["Anirudh Sundar"]
7
5
  spec.email = "anirudhsundar@hotmail.com"
8
6
 
@@ -95,7 +95,7 @@ ARGV.options do |opts|
95
95
  opts.separator ""
96
96
  opts.separator "NOTE: "
97
97
  opts.separator "The page being scraped from, \"animeheaven.eu\", only allows a certain number of page views per day (>150, <300)."
98
- opts.separator "Once that limit is exceed, you will have tochange networks or try again in 24 hours."
98
+ opts.separator "Once that limit is exceed, you will have to change networks or try again in 24 hours."
99
99
 
100
100
  begin
101
101
  opts.parse!
@@ -1,5 +1,4 @@
1
1
  require "mechanize"
2
- require "anime_dl/version"
3
2
  require "anime_dl/anime_heaven"
4
3
  require "episode"
5
4
  # Methods to get links in 'anime_dl/#{anime_site}.rb'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: AnimeDL
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anirudh Sundar
@@ -38,7 +38,6 @@ files:
38
38
  - bin/anime_dl
39
39
  - lib/anime_dl.rb
40
40
  - lib/anime_dl/anime_heaven.rb
41
- - lib/anime_dl/version.rb
42
41
  - lib/episode.rb
43
42
  homepage: https://github.com/anirudhsundar98/AnimeDL
44
43
  licenses:
@@ -1,3 +0,0 @@
1
- module AnimeDL
2
- VERSION = "0.1.1"
3
- end