dlc 1.1.2 → 1.1.3

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.
Files changed (4) hide show
  1. data/Rakefile +0 -1
  2. data/VERSION +1 -1
  3. data/dlc.gemspec +1 -4
  4. metadata +4 -16
data/Rakefile CHANGED
@@ -10,7 +10,6 @@ begin
10
10
  gem.email = "jphastings@gmail.com"
11
11
  gem.homepage = "http://github.com/jphastings/ruby-DLC"
12
12
  gem.authors = ["JP Hastings-Spital"]
13
- gem.add_dependency "openssl"
14
13
  end
15
14
  Jeweler::GemcutterTasks.new
16
15
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.2
1
+ 1.1.3
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{dlc}
8
- s.version = "1.1.2"
8
+ s.version = "1.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["JP Hastings-Spital"]
@@ -38,12 +38,9 @@ Gem::Specification.new do |s|
38
38
  s.specification_version = 3
39
39
 
40
40
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
41
- s.add_runtime_dependency(%q<openssl>, [">= 0"])
42
41
  else
43
- s.add_dependency(%q<openssl>, [">= 0"])
44
42
  end
45
43
  else
46
- s.add_dependency(%q<openssl>, [">= 0"])
47
44
  end
48
45
  end
49
46
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 1
8
- - 2
9
- version: 1.1.2
8
+ - 3
9
+ version: 1.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - JP Hastings-Spital
@@ -16,20 +16,8 @@ cert_chain: []
16
16
 
17
17
  date: 2010-12-21 00:00:00 +00:00
18
18
  default_executable:
19
- dependencies:
20
- - !ruby/object:Gem::Dependency
21
- name: openssl
22
- prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
24
- none: false
25
- requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- segments:
29
- - 0
30
- version: "0"
31
- type: :runtime
32
- version_requirements: *id001
19
+ dependencies: []
20
+
33
21
  description: Allows the generation of DLC container files (of JDownloader fame) from ruby
34
22
  email: jphastings@gmail.com
35
23
  executables: []