knife-sync 1.0.0.pre.a → 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 +4 -4
- data/CHANGELOG.md +12 -0
- data/lib/knife-sync/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8d884860e682dcba4dea043f9d644a53b52e149c2045eb16cd610ffc04b213ad
|
|
4
|
+
data.tar.gz: 612d69acfc743e4774c4b64879bba5da8e5edccc6280cf0a1f6d340a8be326c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bc46af913da7ffa65d032d55e26e92459a6262372ceb02f647e1bb8844bbba96d6de0945ada44bc3548ff9130e406f831713b6b4b00ef8284fea3d4f18ffc8ed
|
|
7
|
+
data.tar.gz: 5614887a65719b6a12ef56a91c4e0d3254fa22b73f9619195127c1b57c96872ff61ae93f2eaec6cbc71fec49d79c1dab4f4d0d97c3163d7cafcc13ac8b841622
|
data/CHANGELOG.md
ADDED
data/lib/knife-sync/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: knife-sync
|
|
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
|
- Sylvain Arrambourg
|
|
@@ -105,6 +105,7 @@ files:
|
|
|
105
105
|
- ".gitlab-ci.yml"
|
|
106
106
|
- ".rspec"
|
|
107
107
|
- ".ruby-version"
|
|
108
|
+
- CHANGELOG.md
|
|
108
109
|
- CONTRIBUTING.md
|
|
109
110
|
- Gemfile
|
|
110
111
|
- LICENSE
|
|
@@ -133,9 +134,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
133
134
|
version: '0'
|
|
134
135
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
135
136
|
requirements:
|
|
136
|
-
- - "
|
|
137
|
+
- - ">="
|
|
137
138
|
- !ruby/object:Gem::Version
|
|
138
|
-
version:
|
|
139
|
+
version: '0'
|
|
139
140
|
requirements: []
|
|
140
141
|
rubyforge_project:
|
|
141
142
|
rubygems_version: 2.7.3
|