onetime 0.5.0 → 0.6.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.
data/onetime.gemspec DELETED
@@ -1,56 +0,0 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
- # -*- encoding: utf-8 -*-
5
-
6
- Gem::Specification.new do |s|
7
- s.name = "onetime"
8
- s.version = "0.5.0"
9
-
10
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Delano Mandelbaum"]
12
- s.cert_chain = ["gem-public_cert.pem"]
13
- s.date = "2013-02-12"
14
- s.description = "Command-line tool and library for onetimesecret.com API"
15
- s.email = "delano@onetimesecret.com"
16
- s.executables = ["onetime"]
17
- s.extra_rdoc_files = [
18
- "LICENSE.txt",
19
- "README.md"
20
- ]
21
- s.files = [
22
- "CHANGES.txt",
23
- "LICENSE.txt",
24
- "README.md",
25
- "Rakefile",
26
- "VERSION",
27
- "bin/onetime",
28
- "gem-public_cert.pem",
29
- "lib/onetime/api.rb",
30
- "onetime.gemspec"
31
- ]
32
- s.homepage = "https://github.com/onetimesecret/onetime-ruby"
33
- s.require_paths = ["lib"]
34
- s.rubygems_version = "1.8.25"
35
- s.signing_key = "/mnt/gem/gem-private_key.pem"
36
- s.summary = "Command-line tool and library for onetimesecret.com API"
37
-
38
- if s.respond_to? :specification_version then
39
- s.specification_version = 3
40
-
41
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
42
- s.add_runtime_dependency(%q<drydock>, [">= 0.6.9"])
43
- s.add_runtime_dependency(%q<httparty>, [">= 0.7.7"])
44
- s.add_runtime_dependency(%q<json>, [">= 1.6.8"])
45
- else
46
- s.add_dependency(%q<drydock>, [">= 0.6.9"])
47
- s.add_dependency(%q<httparty>, [">= 0.7.7"])
48
- s.add_dependency(%q<json>, [">= 1.6.8"])
49
- end
50
- else
51
- s.add_dependency(%q<drydock>, [">= 0.6.9"])
52
- s.add_dependency(%q<httparty>, [">= 0.7.7"])
53
- s.add_dependency(%q<json>, [">= 1.6.8"])
54
- end
55
- end
56
-
data.tar.gz.sig DELETED
Binary file
metadata.gz.sig DELETED
Binary file