hellgrid 0.1.0 → 0.2.0

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: f81a55d2ae00696f507989aa1873596eb2f946eb
4
- data.tar.gz: b6d73b4de893f29e65a8537830ab5294f83322ed
3
+ metadata.gz: 76604f073de83eccc0552e5eb2d956abf515257e
4
+ data.tar.gz: 83fdbe0bb110aa0fd648e2c190b869ada27dd061
5
5
  SHA512:
6
- metadata.gz: 53f171f7e20fcb3909ab8bcb8a35038047f57e3cd6b2b49274c32708b77d8f1e7abb111909b850e370646ead98c46979ea5b9d395e3b4c96a5b7c673b38c081b
7
- data.tar.gz: 03bfe0761f3def79ec00ee970b21afba21496698f2d03cfd5436216dd2684e23d3d5f6da895dcd6a26077466592ee4cd827e031fd6b538e497313cf54b425e6a
6
+ metadata.gz: 2986e0b3139bfd4d117d61c785b26d67208f096af09641311d2e03a851885836a1b07610838fcd2f8a24a0a343fa78f5c75bc0f73f67e3217a8efd1a446e2d9f
7
+ data.tar.gz: 75508df3dba613d5ba2f0323c1a905264011a006d0b3992381d2ce7cbff4b09098ff130a1ddcd5b35308ab50fe9453e9b646344cd3fb4c425d78c8676f6dc977
data/README.md CHANGED
@@ -32,3 +32,9 @@ Should result in:
32
32
  rspec-support | x | 3.0.4
33
33
  hellgrid | x | x
34
34
  ```
35
+
36
+ ## License
37
+
38
+ Copyright © 2016 Funding Circle.
39
+
40
+ Distributed under the BSD 3-Clause License.
data/hellgrid.gemspec CHANGED
@@ -7,17 +7,16 @@ require 'hellgrid/version'
7
7
  Gem::Specification.new do |s|
8
8
  s.name = 'hellgrid'
9
9
  s.version = Hellgrid::VERSION
10
- s.date = '2016-03-28'
10
+ s.date = '2016-09-20'
11
11
  s.summary = 'Gem version dependency matrix'
12
- s.description = ''
13
12
  s.authors = ['Deyan Dobrinov', 'Aleksandar Ivanov']
14
- s.email = ['deyan.dobrinov@gmail.com', 'aivanov92@gmail.com']
13
+ s.email = ['engineering+hellgrid@fundingcircle.com']
15
14
  s.files = Dir.chdir(project_root) { Dir['lib/**/*.rb'] + Dir['bin/*'] + Dir['spec/**/*.rb'] + %w(Gemfile Gemfile.lock README.md hellgrid.gemspec) }
16
15
  s.executables = s.files.grep(/^bin\//) { |f| File.basename(f) }
17
16
  s.test_files = s.files.grep(/^spec\//)
18
17
  s.require_paths = ['lib']
19
18
  s.homepage = 'https://github.com/FundingCircle/hellgrid'
20
- s.license = 'MIT'
19
+ s.license = 'BSD-3'
21
20
 
22
21
  s.add_development_dependency 'rspec', '~> 3.4', '>= 3.4.0'
23
22
  s.add_development_dependency 'bundler', '~> 1.11', '>= 1.11.0'
@@ -1,3 +1,3 @@
1
1
  module Hellgrid
2
- VERSION = '0.1.0'
2
+ VERSION = '0.2.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hellgrid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Deyan Dobrinov
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-03-28 00:00:00.000000000 Z
12
+ date: 2016-09-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -51,10 +51,9 @@ dependencies:
51
51
  - - ">="
52
52
  - !ruby/object:Gem::Version
53
53
  version: 1.11.0
54
- description: ''
54
+ description:
55
55
  email:
56
- - deyan.dobrinov@gmail.com
57
- - aivanov92@gmail.com
56
+ - engineering+hellgrid@fundingcircle.com
58
57
  executables:
59
58
  - hellgrid
60
59
  extensions: []
@@ -77,7 +76,7 @@ files:
77
76
  - spec/spec_helper.rb
78
77
  homepage: https://github.com/FundingCircle/hellgrid
79
78
  licenses:
80
- - MIT
79
+ - BSD-3
81
80
  metadata: {}
82
81
  post_install_message:
83
82
  rdoc_options: []