doc_juan 1.2.1 → 1.2.2

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: fc780d08ff002610078b8e3b08f19da73aa6dd6c
4
+ data.tar.gz: 3c39ae9690d40e0ae090237dc22be6a7585c59cc
5
+ SHA512:
6
+ metadata.gz: be8c3e605de5ee045db73f002344ae6d22fe4162e16bbe3b7db9b7c131663426ae793cfaf16e0c6f82ce29b524d3430cc74c27f88500cff574f0ae4524094504
7
+ data.tar.gz: afa219dcc71ee311dbe335e3e4c74aeadd05a3b8c04ab3ef76dddfa9566299084c255a9d6d3944b1bf849cbc7409a66894d1cc88adda9f897f1bc02f14ba787d
data/Rakefile CHANGED
@@ -8,3 +8,5 @@ Rake::TestTask.new(:spec) do |test|
8
8
  test.pattern = 'spec/**/*_spec.rb'
9
9
  test.verbose = true
10
10
  end
11
+
12
+ task default: :spec
@@ -12,7 +12,7 @@ module DocJuan
12
12
  end
13
13
 
14
14
  def key
15
- sha1 = OpenSSL::Digest::Digest.new 'sha1'
15
+ sha1 = OpenSSL::Digest.new 'sha1'
16
16
  OpenSSL::HMAC.hexdigest sha1, secret, seed
17
17
  end
18
18
 
@@ -1,3 +1,3 @@
1
1
  module DocJuan
2
- VERSION = "1.2.1"
2
+ VERSION = "1.2.2"
3
3
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: doc_juan
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
5
- prerelease:
4
+ version: 1.2.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Joel Junström
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-10-05 00:00:00.000000000 Z
11
+ date: 2016-07-16 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: A small helper class to generate urls to a Doc-Juan instance
15
14
  email:
@@ -18,7 +17,7 @@ executables: []
18
17
  extensions: []
19
18
  extra_rdoc_files: []
20
19
  files:
21
- - .gitignore
20
+ - ".gitignore"
22
21
  - Gemfile
23
22
  - LICENSE
24
23
  - README.md
@@ -37,27 +36,26 @@ files:
37
36
  - spec/url_helper_spec.rb
38
37
  homepage: https://github.com/Oktavilla/Doc-Juan-Helper
39
38
  licenses: []
39
+ metadata: {}
40
40
  post_install_message:
41
41
  rdoc_options: []
42
42
  require_paths:
43
43
  - lib
44
44
  required_ruby_version: !ruby/object:Gem::Requirement
45
- none: false
46
45
  requirements:
47
- - - ! '>='
46
+ - - ">="
48
47
  - !ruby/object:Gem::Version
49
48
  version: '0'
50
49
  required_rubygems_version: !ruby/object:Gem::Requirement
51
- none: false
52
50
  requirements:
53
- - - ! '>='
51
+ - - ">="
54
52
  - !ruby/object:Gem::Version
55
53
  version: '0'
56
54
  requirements: []
57
55
  rubyforge_project:
58
- rubygems_version: 1.8.24
56
+ rubygems_version: 2.6.4
59
57
  signing_key:
60
- specification_version: 3
58
+ specification_version: 4
61
59
  summary: Given a url and options the DocJuan generates a url to a DocJuan server including
62
60
  the calculated hmac key
63
61
  test_files: