miyuki 0.5.9 → 0.5.10

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore DELETED
@@ -1,5 +0,0 @@
1
- *.gem
2
- *.pid
3
- *.log
4
- bin/tmp/
5
- features/support/testWatchDir/
data/.travis.yml DELETED
@@ -1,8 +0,0 @@
1
- language: ruby
2
- rvm:
3
- - 2.0.0
4
- - 2.1.2
5
- - 2.2.1
6
-
7
- notifications:
8
- irc: 'irc.rizon.net#aggvistnurummor'
data/CHANGELOG.md DELETED
@@ -1,44 +0,0 @@
1
- # 0.5.9
2
- - Merge #7
3
-
4
- # 0.5.8.2
5
- - Update foreverb
6
- - Drop support to mri 1.9.3
7
- - Add support to mri 2.2.1
8
-
9
- # 0.5.8.1
10
- - Make optional trackFile
11
-
12
- # 0.5.8
13
- - Implement trackFile for Yamazaki 0.3.4.
14
-
15
- # 0.5.6
16
- - Fix #4
17
-
18
- # 0.5.3 — 0.5.4 — 0.5.5
19
- - Refactoring of torrents fetching
20
- - Require the latest `filewatcher` gem
21
- - Minor fixes
22
-
23
- # 0.5.2
24
- - Add some other tests and fix skip parameter
25
-
26
- # 0.5.1
27
- - Fix bug that ignores already downloaded episodes
28
-
29
- # 0.5
30
- - Add episodes block in the configuration file to download range of episodes
31
-
32
- # 0.4
33
- - Add tests
34
- - Implement file-watcher for configuration file
35
- - Add system notifier for Windows
36
-
37
- # 0.3
38
- - Implement system notifications for OSX and Linux
39
-
40
- # 0.2
41
- - Daemonization
42
-
43
- # 0.1
44
- - Initial release
data/Gemfile.lock DELETED
@@ -1,72 +0,0 @@
1
- GEM
2
- remote: https://rubygems.org/
3
- specs:
4
- builder (3.2.2)
5
- color (1.7.1)
6
- colorb (0.0.9)
7
- color
8
- cucumber (1.3.17)
9
- builder (>= 2.1.2)
10
- diff-lcs (>= 1.1.3)
11
- gherkin (~> 2.12)
12
- multi_json (>= 1.7.5, < 2.0)
13
- multi_test (>= 0.1.1)
14
- diff-lcs (1.2.5)
15
- ffi (1.9.6)
16
- ffi (1.9.6-x86-mingw32)
17
- filewatcher (0.3.6)
18
- trollop (~> 2.0)
19
- foreverb (0.3.3)
20
- thor (>= 0.15.0)
21
- gherkin (2.12.2)
22
- multi_json (~> 1.3)
23
- gherkin (2.12.2-x86-mingw32)
24
- multi_json (~> 1.3)
25
- libnotify (0.8.4)
26
- ffi (>= 1.0.11)
27
- multi_json (1.10.1)
28
- multi_test (0.1.1)
29
- oj (2.12.8)
30
- rake (10.4.2)
31
- rb-notifu (0.0.4)
32
- rspec (3.1.0)
33
- rspec-core (~> 3.1.0)
34
- rspec-expectations (~> 3.1.0)
35
- rspec-mocks (~> 3.1.0)
36
- rspec-core (3.1.7)
37
- rspec-support (~> 3.1.0)
38
- rspec-expectations (3.1.2)
39
- diff-lcs (>= 1.2.0, < 2.0)
40
- rspec-support (~> 3.1.0)
41
- rspec-mocks (3.1.3)
42
- rspec-support (~> 3.1.0)
43
- rspec-support (3.1.2)
44
- ruby_deep_clone (0.6.0)
45
- rufus-scheduler (3.0.9)
46
- tzinfo
47
- terminal-notifier (1.6.2)
48
- thor (0.19.1)
49
- thread_safe (0.3.4)
50
- trollop (2.0)
51
- tzinfo (1.2.2)
52
- thread_safe (~> 0.1)
53
- yamazaki (0.3.5)
54
- colorb (~> 0)
55
- oj (~> 2.1)
56
-
57
- PLATFORMS
58
- ruby
59
- x86-mingw32
60
-
61
- DEPENDENCIES
62
- cucumber
63
- filewatcher (>= 0.3.6)
64
- foreverb (>= 0.3.3)
65
- libnotify
66
- rake
67
- rb-notifu
68
- rspec
69
- ruby_deep_clone
70
- rufus-scheduler
71
- terminal-notifier
72
- yamazaki (>= 0.3.5)
data/TROUBLESHOOTING.md DELETED
@@ -1,8 +0,0 @@
1
- TROUBLESHOOTING
2
- ===============
3
-
4
- `NoMethodError` when running tests
5
- ----------------------------------
6
- This *probably* means that you're under Linux or OSX and you have neither `libnotify` and `notifu`, respectively.
7
- So, in order to make tests pass correctly, you may want to run `git apply features/support/turn_off_notifications.patch` in order to disable notificationss.
8
- Otherwise, just install one of those two libraries and enjoy your life.
data/miyuki.gemspec DELETED
@@ -1,31 +0,0 @@
1
- Kernel.load 'lib/miyuki/version.rb'
2
-
3
- Gem::Specification.new do |s|
4
- s.name = 'miyuki'
5
- s.version = Miyuki::VERSION
6
- s.author = 'Roxas Shadow'
7
- s.email = 'webmaster@giovannicapuano.net'
8
- s.homepage = 'https://github.com/RoxasShadow/Miyuki'
9
- s.platform = Gem::Platform::RUBY
10
- s.summary = 'Miyuki allows you to not miss any episode of anime you\'re watching'
11
- s.description = 'Miyuki downloads automatically every episode of anime you\'re watching'
12
- s.files = `git ls-files -z`.split("\0")
13
- s.require_path = 'lib'
14
- s.executables = 'miyuki'
15
- s.license = 'WTFPL'
16
-
17
- s.add_dependency 'yamazaki', '~> 0.3', '>= 0.3.4'
18
- s.add_dependency 'rufus-scheduler', '~> 3.0'
19
- s.add_dependency 'foreverb', '~> 0.3'
20
- s.add_dependency 'filewatcher', '~> 0.3', '>= 0.3.6'
21
- s.add_dependency 'ruby_deep_clone', '~> 0.6'
22
-
23
- case RUBY_PLATFORM
24
- when /darwin/ then s.add_dependency 'terminal-notifier', '~> 1.6'
25
- when /linux/ then s.add_dependency 'libnotify', '~> 0.8'
26
- when /mswin|msys|mingw|cygwin/ then s.add_dependency 'rb-notifu', '~> 0.0'
27
- end
28
-
29
- s.add_development_dependency 'cucumber', '~> 1.3'
30
- s.add_development_dependency 'rspec', '~> 3.2'
31
- end