putio-rb 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.
metadata ADDED
@@ -0,0 +1,100 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: putio-rb
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ platform: ruby
6
+ authors:
7
+ - Thibault Gautriaud
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-08-07 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ description: putio-rb is a wrapper around put.io api v2 written in ruby.
28
+ email: thibault.gautriaud@gmail.com
29
+ executables: []
30
+ extensions: []
31
+ extra_rdoc_files: []
32
+ files:
33
+ - ".gitignore"
34
+ - ".travis.yml"
35
+ - Gemfile
36
+ - Gemfile.lock
37
+ - Guardfile
38
+ - LICENSE.md
39
+ - README.md
40
+ - Rakefile
41
+ - lib/putio-rb.rb
42
+ - lib/putio/client.rb
43
+ - lib/putio/client/files.rb
44
+ - lib/putio/client/transfers.rb
45
+ - lib/putio/configurable.rb
46
+ - lib/putio/connection.rb
47
+ - lib/putio/defaults.rb
48
+ - lib/putio/resource/file.rb
49
+ - lib/putio/resource/transfer.rb
50
+ - lib/putio/version.rb
51
+ - putio.gemspec
52
+ - spec/lib/putio/client/files_spec.rb
53
+ - spec/lib/putio/client_spec.rb
54
+ - spec/lib/putio/configurable_spec.rb
55
+ - spec/lib/putio/connection_spec.rb
56
+ - spec/lib/putio/defaults_spec.rb
57
+ - spec/lib/putio/resource/file_spec.rb
58
+ - spec/lib/putio_spec.rb
59
+ - spec/spec_helper.rb
60
+ - spec/support/file.json
61
+ - spec/support/files.json
62
+ - spec/support/shared_examples/configurable_examples.rb
63
+ - spec/support/transfers.json
64
+ homepage: https://github.com/hubb/putio.rb
65
+ licenses: []
66
+ metadata: {}
67
+ post_install_message:
68
+ rdoc_options: []
69
+ require_paths:
70
+ - lib
71
+ required_ruby_version: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '2.0'
76
+ required_rubygems_version: !ruby/object:Gem::Requirement
77
+ requirements:
78
+ - - ">="
79
+ - !ruby/object:Gem::Version
80
+ version: '0'
81
+ requirements: []
82
+ rubyforge_project:
83
+ rubygems_version: 2.2.2
84
+ signing_key:
85
+ specification_version: 4
86
+ summary: A gem to access put.io api
87
+ test_files:
88
+ - spec/lib/putio/client/files_spec.rb
89
+ - spec/lib/putio/client_spec.rb
90
+ - spec/lib/putio/configurable_spec.rb
91
+ - spec/lib/putio/connection_spec.rb
92
+ - spec/lib/putio/defaults_spec.rb
93
+ - spec/lib/putio/resource/file_spec.rb
94
+ - spec/lib/putio_spec.rb
95
+ - spec/spec_helper.rb
96
+ - spec/support/file.json
97
+ - spec/support/files.json
98
+ - spec/support/shared_examples/configurable_examples.rb
99
+ - spec/support/transfers.json
100
+ has_rdoc: