yoti 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/CONTRIBUTING.md +11 -0
- data/lib/yoti/version.rb +1 -1
- data/yoti.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cfb76c3f0cb4149f6435e965d87689bb31c216b3
|
4
|
+
data.tar.gz: 72f3665e525e4448b901696a7f73237ca54a1a6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98d40f82a5669b6951af5bd514f2fce613ad6ce361ca2d6e50c4cc2ae574a43daa96bfb81a1613c1e8053fedbc07add83263a4d30bb00fadd4a07d2ac7b7e12b
|
7
|
+
data.tar.gz: 8bac080587f596a68fb897ba996c0be25bb263330b30cf9b0f8ed7a3a4e2209f0fb146ca5ddfeed6b23f21c1a682862665a260c86d9538da82039249e6c6b16b
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
data/CONTRIBUTING.md
CHANGED
@@ -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]
|
data/lib/yoti/version.rb
CHANGED
data/yoti.gemspec
CHANGED
@@ -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 = '
|
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.
|
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-
|
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
|
-
-
|
196
|
+
- Proprietary
|
197
197
|
metadata: {}
|
198
198
|
post_install_message:
|
199
199
|
rdoc_options: []
|