yoti 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: 270442593767f8b4617061ac8ee2157e4622200f
4
- data.tar.gz: f3741b80610654a97991e4152373875f044d0bf4
3
+ metadata.gz: cfb76c3f0cb4149f6435e965d87689bb31c216b3
4
+ data.tar.gz: 72f3665e525e4448b901696a7f73237ca54a1a6b
5
5
  SHA512:
6
- metadata.gz: 9137c7fda0e3b07b02720f430dba9c2ab4996bf58865da4cd86b35284b59e2297c101d48d0323f2a61547362d0dedbe036f957e3b4ec2742beb7e04621991280
7
- data.tar.gz: 846f95e71fa1bcb22f9056ed6fa8d5e1cfeee79d925693c9e7f63a206ae9678f4010dc8265811c4f6080b4fe4876a5b00858ac0ea08a13faee77e89f05d22634
6
+ metadata.gz: 98d40f82a5669b6951af5bd514f2fce613ad6ce361ca2d6e50c4cc2ae574a43daa96bfb81a1613c1e8053fedbc07add83263a4d30bb00fadd4a07d2ac7b7e12b
7
+ data.tar.gz: 8bac080587f596a68fb897ba996c0be25bb263330b30cf9b0f8ed7a3a4e2209f0fb146ca5ddfeed6b23f21c1a682862665a260c86d9538da82039249e6c6b16b
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ ## 1.0.1 - 2016-11-28
8
+ ### Added
9
+ - Yoti proprietary license
10
+
7
11
  ## 1.0.0 - 2016-11-14
8
12
  ### Added
9
13
  - This is an initial public release.
@@ -100,6 +100,17 @@ Commit messages should ideally start with one of the following verbs:
100
100
  [Yard]: http://yardoc.org/
101
101
  [Yardstick]: https://github.com/dkubb/yardstick
102
102
 
103
+ ## Publishing a new release
104
+
105
+ * Update the [changelog](CHANGELOG.md) and the [lib/yoti/version.rb](lib/yoti/version.rb) file
106
+ * Create a new release on [GitHub](https://github.com/getyoti/ruby/releases)
107
+ * Build the gem and push it to [RubyGems](https://rubygems.org/gems/yoti)
108
+
109
+ ```shell
110
+ rake build
111
+ gem push pkg/yoti-[version].gem
112
+ ```
113
+
103
114
  ## Submitting a pull request
104
115
  1. [Fork the repository.][fork]
105
116
  2. [Create a topic branch.][branch]
@@ -1,4 +1,4 @@
1
1
  module Yoti
2
2
  # @return [String] the gem's current version
3
- VERSION = '1.0.0'.freeze
3
+ VERSION = '1.0.1'.freeze
4
4
  end
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
17
  EOF
18
18
 
19
19
  spec.homepage = 'https://github.com/getyoti/ruby'
20
- spec.license = 'MIT'
20
+ spec.license = 'Proprietary'
21
21
 
22
22
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|examples)/}) }
23
23
  spec.require_paths = ['lib']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yoti
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
7
  - Vasile Zaremba
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-15 00:00:00.000000000 Z
11
+ date: 2016-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: protobuf
@@ -193,7 +193,7 @@ files:
193
193
  - yoti.gemspec
194
194
  homepage: https://github.com/getyoti/ruby
195
195
  licenses:
196
- - MIT
196
+ - Proprietary
197
197
  metadata: {}
198
198
  post_install_message:
199
199
  rdoc_options: []