ngrok-v1 1.0.0 → 1.0.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: da3310420fe4db5842c9c3c87c241e7aec47c1b7
4
- data.tar.gz: 150bcb7497112b56a6947b251e1ac37499cc3c7e
3
+ metadata.gz: 2e8121373edbe664251c8a26e7982f094d14d53d
4
+ data.tar.gz: 2efe1b282ce9dea9ebfcf53751fbe46565021e9f
5
5
  SHA512:
6
- metadata.gz: 7a8e70755436a3c8b0917edf964722b49ebf2fc5d775f2e48b5e6440cef2fd0487ae46a192bc6668c458f7a33cf9d9a56283e76514aa5703f6a3c1464a185172
7
- data.tar.gz: a28614e31e59168fa90e08319a2e3bdc3707c73f079c127de30c047201ff5653798a14e62fa5b7b1ba82a2493d51260cd5beb83e89b2fa0dc802c0543806f92e
6
+ metadata.gz: 175427642da650c06cf15f5aaf2423472b4795bc9c2ec8d37c5cfe00ee29baad85577787b8af34cbd710f9d8e9eaa3d243ac5cccfa4751e4f886d3e1db645600
7
+ data.tar.gz: 6ca159a2ef5f959527649fbf542cccb623a57aca148f0be4872ab333b3ac94657a7ebb04d9aa19cf1fe85b5cce64660b5f09b231aecae34606a4748def6e3b16
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2015 Swinburne Software Innovation Lab
3
+ Copyright (c) 2016 DSTIL
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,3 +1,3 @@
1
1
  module NgrokV1
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -6,11 +6,11 @@ require 'ngrok-v1/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "ngrok-v1"
8
8
  spec.version = NgrokV1::VERSION
9
- spec.authors = ["Swinburne Software Innovation Lab"]
10
- spec.email = ["god@ssil.com.au"]
9
+ spec.authors = ["DSTIL"]
10
+ spec.email = ["15gorillas@gmail.com"]
11
11
  spec.summary = %q{Ruby gem wrapping ngrok v1.}
12
12
  spec.description = %q{Ruby gem wrapping ngrok v1.}
13
- spec.homepage = "https://github.com/ssilab/ngrok-v1"
13
+ spec.homepage = "https://github.com/dstil/ngrok-v1"
14
14
  spec.license = "MIT"
15
15
  spec.files = `git ls-files -z`.split("\x0")
16
16
  spec.require_paths = ["lib"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ngrok-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
- - Swinburne Software Innovation Lab
7
+ - DSTIL
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-25 00:00:00.000000000 Z
11
+ date: 2016-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -40,7 +40,7 @@ dependencies:
40
40
  version: '10.0'
41
41
  description: Ruby gem wrapping ngrok v1.
42
42
  email:
43
- - god@ssil.com.au
43
+ - 15gorillas@gmail.com
44
44
  executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
@@ -54,7 +54,7 @@ files:
54
54
  - lib/ngrok-v1/client.rb
55
55
  - lib/ngrok-v1/version.rb
56
56
  - localtunnel.gemspec
57
- homepage: https://github.com/ssilab/ngrok-v1
57
+ homepage: https://github.com/dstil/ngrok-v1
58
58
  licenses:
59
59
  - MIT
60
60
  metadata: {}