sabnzbd.gemspec in sabnzbd-0.1.1 vs sabnzbd.gemspec in sabnzbd-0.2.0
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "sabnzbd"
- s.version = "0.1.1"
+ s.version = "0.2.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Daniel Zwijnenburg"]
- s.date = "2012-12-19"
+ s.date = "2012-12-24"
s.description = "Ruby wrapper for the sabnzbd api. This gem can be used to gather status and download information from your sabnzb instance."
s.email = "daniel@danielz.nl"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
@@ -24,19 +24,24 @@
"Gemfile.lock",
"LICENSE.txt",
"README.rdoc",
"Rakefile",
"VERSION",
+ "fixtures/vcr_cassettes/advanced_queue.yml",
"fixtures/vcr_cassettes/invalid_key.yml",
+ "fixtures/vcr_cassettes/multiple_slots_downloading.yml",
"fixtures/vcr_cassettes/paused.yml",
"fixtures/vcr_cassettes/simple_queue.yml",
"fixtures/vcr_cassettes/slots.yml",
+ "fixtures/vcr_cassettes/switch_success.yml",
"fixtures/vcr_cassettes/valid_key.yml",
"lib/sabnzbd.rb",
"lib/sabnzbd/slot.rb",
+ "lib/sabnzbd/utils.rb",
"sabnzbd.gemspec",
"spec/sabnzbd_spec.rb",
- "spec/spec_helper.rb"
+ "spec/spec_helper.rb",
+ "spec/utils_spec.rb"
]
s.homepage = "http://github.com/DanielZwijnenburg/sabnzbd"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.24"