dragonfly-openssl 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,25 @@
1
+ # -*- encoding: utf-8 -*-
2
+ $:.push File.expand_path("../lib", __FILE__)
3
+ require "dragonfly-openssl/version"
4
+
5
+ Gem::Specification.new do |s|
6
+ s.name = "dragonfly-openssl"
7
+ s.version = Dragonfly::OpenSSL::VERSION
8
+ s.platform = Gem::Platform::RUBY
9
+ s.authors = ["Wagner Amaral"]
10
+ s.email = ["wamaral@wamaral.org"]
11
+ s.homepage = "https://github.com/wamaral/dragonfly-openssl"
12
+ s.license = "Apache 2.0"
13
+ s.summary = %q{Dragonfly wrapper for openssl executable}
14
+ s.description = %q{Dragonfly wrapper for openssl executable}
15
+
16
+ s.rubyforge_project = "dragonfly-openssl"
17
+
18
+ s.files = `git ls-files`.split("\n")
19
+ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
20
+ s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
21
+ s.require_paths = ["lib"]
22
+
23
+ s.add_dependency 'dragonfly', '>= 0.9'
24
+ s.add_dependency 'rake', '>= 0.9.2'
25
+ end
@@ -1,5 +1,5 @@
1
1
  module Dragonfly
2
2
  module OpenSSL
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dragonfly-openssl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -53,12 +53,14 @@ files:
53
53
  - .gitignore
54
54
  - LICENSE
55
55
  - README.md
56
+ - dragonfly-openssl.gemspec
56
57
  - lib/dragonfly-openssl.rb
57
58
  - lib/dragonfly-openssl/config.rb
58
59
  - lib/dragonfly-openssl/encoder.rb
59
60
  - lib/dragonfly-openssl/version.rb
60
61
  homepage: https://github.com/wamaral/dragonfly-openssl
61
- licenses: []
62
+ licenses:
63
+ - Apache 2.0
62
64
  post_install_message:
63
65
  rdoc_options: []
64
66
  require_paths: