threatstack 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: bb2d3822b5477af93812d538e414b247230d3539
4
- data.tar.gz: 46428650cbe22613630d2f91daa71e8bb79bafee
3
+ metadata.gz: aed12a775d43b98bc2776069f65c0819ada51bbf
4
+ data.tar.gz: dcf402416927ce1904bfc7d30ebd85c175063751
5
5
  SHA512:
6
- metadata.gz: eccd2edb7ed85e4cb2e9818413e8ecc54361407c03920b912d12a5209302cd0a9b6d88deba537ec54ef07b354d42604ae691f78dbefb26deea069e88e3efe835
7
- data.tar.gz: fcfca22363bef5e091c8aae805c9589af22d3b61ff1007f3286ef753c37389d728cee48af7e0379c5b79e99a8194f2ea52fcb08ce8c497a9cd117c61a69d0716
6
+ metadata.gz: 2a9cd8bdd9f8855b92d55740196fbeca5437f50641ef4654bbbc4320ba7884d0a470d75fd67b37c52bc0db0764249e5d81dd0eb7adbbc1bc08db684bb571d42c
7
+ data.tar.gz: 525cd3784586441ab50946c21863c366bb0a9d2fc39eb5b849df4462536ed1960b700ae15ff2ad14a8941f880bced24d3ca4de86bda3e5abab015cb74721a13d
data/README.md CHANGED
@@ -122,7 +122,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
122
122
 
123
123
  ## Contributing
124
124
 
125
- Bug reports and pull requests are welcome on GitHub at https://github.com/onetwopunch/threatstack.
125
+ Bug reports and pull requests are welcome on GitHub at https://github.com/getoutreach/threatstack.
126
126
 
127
127
 
128
128
  ## License
@@ -1,3 +1,3 @@
1
1
  module Threatstack
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
Binary file
data/threatstack.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Threatstack API integration for Ruby}
13
13
  spec.description = %q{Threatstack API integration for Ruby}
14
- spec.homepage = "https://github.com/onetwopunch/threatstack"
14
+ spec.homepage = "https://github.com/getoutreach/threatstack"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: threatstack
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
  - Ryan Canty
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-06-07 00:00:00.000000000 Z
11
+ date: 2017-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -112,8 +112,9 @@ files:
112
112
  - lib/threatstack/policy/response.rb
113
113
  - lib/threatstack/serializable.rb
114
114
  - lib/threatstack/version.rb
115
+ - threatstack-0.1.0.gem
115
116
  - threatstack.gemspec
116
- homepage: https://github.com/onetwopunch/threatstack
117
+ homepage: https://github.com/getoutreach/threatstack
117
118
  licenses:
118
119
  - MIT
119
120
  metadata: {}