signed_url 0.1.2 → 0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 38ac6a34bfe00afb3618bbe2100c7e69a2f99a1b
4
- data.tar.gz: 62b0cc3edfb7d5ae6f8347f2870f919293cf5b51
3
+ metadata.gz: 0db6433142cc65b87c7d01a238a5aaa5e1f6a7eb
4
+ data.tar.gz: 7ef86efc7150ebc1db8cff75ca5bca345c9651b4
5
5
  SHA512:
6
- metadata.gz: 284244966095ef898ec3ee025a62e201151f4b3ac84c73ec222b4ae82c01b14a091c4b461b98f1ef8c34f122b380b28d8ec67e8f98636a58dc515bc9f7146c9f
7
- data.tar.gz: 2bf047fda93689fca4d8b0050ae76421ce1ddcc0df6f9c2ded228a7d6b3c21367f927484e82382a7c956b6bbf62b94c9a299aff6180264055c074c993ea1e41d
6
+ metadata.gz: 51baf95f188ddfa5f3a05c4c082592bdcadbb299aab599de2264bb55a2324cfa8ab9f035bc6000229eed3d82871270db2456a6edc74230e27c9599f1431dacf9
7
+ data.tar.gz: faf77e280b288600d20b8b81d298c2986b299dd794bb3460ef12298b620ed12858dfe0667495282aedd1cf3dd2a92902347fb8606f15d2947cfe80367fca320b
data/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # SignedUrl
1
+ [![Build Status](https://travis-ci.org/krzyczak/signed-url.svg?branch=master)](https://travis-ci.org/krzyczak/signed-url)
2
+
3
+ # Signed URL
2
4
 
3
5
  Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/signed_url`. To experiment with that code, run `bin/console` for an interactive prompt.
4
6
 
@@ -3,8 +3,6 @@ require 'uri'
3
3
  require 'cgi'
4
4
  require 'base64'
5
5
 
6
- require 'pry'
7
-
8
6
  module SignedUrl
9
7
  class << self
10
8
  attr_accessor :encoder
@@ -1,3 +1,3 @@
1
1
  module SignedUrl
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: signed_url
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - KrzyczaK
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-08-18 00:00:00.000000000 Z
11
+ date: 2015-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler