kdeploy 1.2.6 → 1.2.7

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +371 -419
  3. data/README_EN.md +1031 -0
  4. data/lib/kdeploy/version.rb +1 -1
  5. metadata +2 -1
@@ -2,5 +2,5 @@
2
2
 
3
3
  # Kdeploy module for version management
4
4
  module Kdeploy
5
- VERSION = '1.2.6' unless const_defined?(:VERSION)
5
+ VERSION = '1.2.7' unless const_defined?(:VERSION)
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kdeploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.6
4
+ version: 1.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kk
@@ -133,6 +133,7 @@ extensions:
133
133
  extra_rdoc_files: []
134
134
  files:
135
135
  - README.md
136
+ - README_EN.md
136
137
  - exe/kdeploy
137
138
  - ext/mkrf_conf.rb
138
139
  - lib/kdeploy.rb