mystro-client 0.2.0 → 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.
data/CHANGELOG.md CHANGED
@@ -1,18 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.3.0:
4
+ * sync version with server
5
+
3
6
  ## v0.2.0:
4
7
  * fixes for new mystro version
5
8
  * orgs
6
9
  * initial release
7
10
  * update ruby version
8
11
  * ruby version file
9
- * add cssh support for linux users
10
-
11
- ## v0.1.0.rc2:
12
- * add cssh support for linux users
13
12
 
14
13
  ## v0.1.0.rc3:
15
14
  * add cssh support for linux users
15
+
16
+ ## v0.1.0.rc2:
16
17
  * fix mystro-common dependency
17
18
 
18
19
  ## v0.1.0.rc1:
@@ -3,7 +3,7 @@ unless defined?(Mystro::Client::Version)
3
3
  module Client
4
4
  module Version
5
5
  MAJOR = 0
6
- MINOR = 2
6
+ MINOR = 3
7
7
  TINY = 0
8
8
  TAG = nil
9
9
  STRING = [MAJOR, MINOR, TINY, TAG].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mystro-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: