db_meta 0.2.8 → 0.3.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: 56bd65700cec09cc7cf900708e91a26752b220db
4
- data.tar.gz: 0bb7774663e51946eb87946e66bca8d85d718ece
3
+ metadata.gz: 55d53ff6f3eb1c0b640bda32cc21c1de082883db
4
+ data.tar.gz: b16750267b1c1df32c4cdf3b9b5ed9adb84459c6
5
5
  SHA512:
6
- metadata.gz: 6b64c011d2e2202c0baec17651bee7a74de79e45b136bf6ab6f8eab4735701212f6cb8dd906a7f14fa11f92032b0b6d42d07ffe4ddd18621465e88dfde40ba94
7
- data.tar.gz: 88f488bb0144bf2ac6105a7badd33e0bbf2d1699558bf0dba15c0a9b71445b6dfd71490908c7441a44a1748bbcbc3c794712ac9f78f19326693c2faf1b004e7e
6
+ metadata.gz: 0a3748f5ade36afc48692ac5a649d4c202439008dbf9bfce0f64d98f39d68cb95518a57c607cf20905203f5a86374ba968bbc520f5914193ff5f8df0d9636c3f
7
+ data.tar.gz: e1aedd9a15f0458caf57f88c11b2e21663e080528379662379e141ab214aecc44865409d025189293525ff029634ae0a722f0bbfb0536b18ecb42b493a45424c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## [0.3.0] - 2018-08-17
2
+
3
+ ### Changed
4
+ - Update license
5
+
1
6
  ## [0.2.7] - 2018-08-17
2
7
 
3
8
  ### Added
data/README.md CHANGED
@@ -1,5 +1,4 @@
1
1
  [![Gem Version](https://badge.fury.io/rb/db_meta.svg)](https://badge.fury.io/rb/db_meta)
2
- [![Dependency Status](https://gemnasium.com/badges/github.com/thomis/db_meta.svg)](https://gemnasium.com/github.com/thomis/db_meta)
3
2
 
4
3
  # Welcome to db_meta
5
4
  Database meta and core data extraction.
data/db_meta.gemspec CHANGED
@@ -6,7 +6,7 @@ require 'db_meta/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "db_meta"
8
8
  spec.version = DbMeta::VERSION
9
- spec.license = 'MIT'
9
+ spec.license = 'Apache-2.0'
10
10
  spec.authors = ["Thomi"]
11
11
  spec.email = ["thomas.steiner@ikey.ch"]
12
12
 
@@ -1,3 +1,3 @@
1
1
  module DbMeta
2
- VERSION = '0.2.8'
2
+ VERSION = '0.3.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: db_meta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomi
@@ -124,7 +124,7 @@ files:
124
124
  - todo.txt
125
125
  homepage: https://github.com/thomis/db_meta
126
126
  licenses:
127
- - MIT
127
+ - Apache-2.0
128
128
  metadata: {}
129
129
  post_install_message:
130
130
  rdoc_options: []