onionurigen 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ffa200d172e5b9556ead3b340b499b3c2c9bc942
4
- data.tar.gz: 37fb7ee8c484d04ccf3f8fdba98e1ab08826100f
3
+ metadata.gz: a09e8416ee2cde400b495cabec77ba46b37d0f4e
4
+ data.tar.gz: ff118a62f69e65d94f9af4810c64f212656888ac
5
5
  SHA512:
6
- metadata.gz: 152a4e1b0c0709073c8b22936c5c2359d62a33d2a030849d79b17e29f93a5a34643bf0b036e90ef90e958242cef86994b505c1717b93018528014bca992ddeb3
7
- data.tar.gz: c431de62936152d55e6757c5e5bdae4449dc8e2ed3c62d8ef05401581f8c4138afe43dacfd31d1b6fefd5bb516416b65b6235b3b61710f72a746c5f20d16b013
6
+ metadata.gz: faad002a6baa6b190896072b4393955c8a6781fb8c09ec6c8990511d680e92e377f175ebf93b2c32f479cbc1bc5e19b5eb4783fcc6071c31f954803e07e30b1a
7
+ data.tar.gz: e488931125e6fd50b47ed1905c01368e4fa3a187d47c59c910b6d29ee6a8a6e4828d70602fe64d821f3b4186497d64dd2d4e33e6fb9770b3c4dbfe55f002a21b
data/.gitignore CHANGED
@@ -10,3 +10,4 @@
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
12
  /.idea/workspace.xml
13
+ /.idea/onionurigen.iml
data/Gemfile CHANGED
@@ -6,5 +6,4 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
6
6
  gemspec
7
7
 
8
8
  gem 'base32'
9
- gem 'openssl_pkcs8_pure'
10
- gem 'awesome_print'
9
+ gem 'openssl_pkcs8_pure'
data/Gemfile.lock CHANGED
@@ -1,12 +1,11 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- onionurigen (0.1.0)
4
+ onionurigen (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- awesome_print (1.8.0)
10
9
  base32 (0.3.2)
11
10
  diff-lcs (1.3)
12
11
  openssl_pkcs8_pure (0.0.0.2)
@@ -29,7 +28,6 @@ PLATFORMS
29
28
  ruby
30
29
 
31
30
  DEPENDENCIES
32
- awesome_print
33
31
  base32
34
32
  bundler (~> 1.16.a)
35
33
  onionurigen!
@@ -1,3 +1,3 @@
1
1
  module Onionurigen
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/lib/onionurigen.rb CHANGED
@@ -1,5 +1,4 @@
1
1
  require "onionurigen/version"
2
- require "awesome_print"
3
2
 
4
3
  module Onionurigen
5
4
  require "onionurigen/rsa_gen"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onionurigen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriel Hamdan
@@ -65,7 +65,6 @@ files:
65
65
  - ".idea/.rakeTasks"
66
66
  - ".idea/misc.xml"
67
67
  - ".idea/modules.xml"
68
- - ".idea/onionurigen.iml"
69
68
  - ".idea/vcs.xml"
70
69
  - ".rspec"
71
70
  - ".travis.yml"
@@ -1,22 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="RUBY_MODULE" version="4">
3
- <component name="ModuleRunConfigurationManager">
4
- <shared />
5
- </component>
6
- <component name="NewModuleRootManager">
7
- <content url="file://$MODULE_DIR$" />
8
- <orderEntry type="jdk" jdkName="RVM: ruby-2.4.1" jdkType="RUBY_SDK" />
9
- <orderEntry type="sourceFolder" forTests="false" />
10
- <orderEntry type="library" scope="PROVIDED" name="awesome_print (v1.8.0, RVM: ruby-2.4.1) [gem]" level="application" />
11
- <orderEntry type="library" scope="PROVIDED" name="base32 (v0.3.2, RVM: ruby-2.4.1) [gem]" level="application" />
12
- <orderEntry type="library" scope="PROVIDED" name="bundler (v1.16.0.pre.2, RVM: ruby-2.4.1) [gem]" level="application" />
13
- <orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.3, RVM: ruby-2.4.1) [gem]" level="application" />
14
- <orderEntry type="library" scope="PROVIDED" name="openssl_pkcs8_pure (v0.0.0.2, RVM: ruby-2.4.1) [gem]" level="application" />
15
- <orderEntry type="library" scope="PROVIDED" name="rake (v10.5.0, RVM: ruby-2.4.1) [gem]" level="application" />
16
- <orderEntry type="library" scope="PROVIDED" name="rspec (v3.7.0, RVM: ruby-2.4.1) [gem]" level="application" />
17
- <orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.7.0, RVM: ruby-2.4.1) [gem]" level="application" />
18
- <orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.7.0, RVM: ruby-2.4.1) [gem]" level="application" />
19
- <orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.7.0, RVM: ruby-2.4.1) [gem]" level="application" />
20
- <orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.7.0, RVM: ruby-2.4.1) [gem]" level="application" />
21
- </component>
22
- </module>