mystro-client 0.3.2.rc0 → 0.3.2

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.
@@ -1,5 +1,8 @@
1
1
  ### Changelog
2
2
 
3
+ ##### v0.3.2:
4
+
5
+
3
6
  ##### v0.3.2.rc0:
4
7
  * setup crackin
5
8
  * clean up deps, remove awesome print calls.
@@ -20,6 +23,7 @@
20
23
 
21
24
  ##### v0.1.0:
22
25
 
26
+
23
27
  ##### v0.1.0.rc3:
24
28
  * add cssh support for linux users
25
29
 
@@ -33,4 +37,3 @@
33
37
  * add cssh support for linux users
34
38
  * fix mystro-common dependency
35
39
 
36
-
@@ -5,7 +5,7 @@ unless defined?(Mystro::Client::Version)
5
5
  MAJOR = 0
6
6
  MINOR = 3
7
7
  TINY = 2
8
- TAG = 'rc0'
8
+ TAG = nil
9
9
  STRING = [MAJOR, MINOR, TINY, TAG].compact.join('.')
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mystro-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2.rc0
5
- prerelease: 6
4
+ version: 0.3.2
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Shawn Catanzarite
@@ -115,13 +115,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
115
115
  version: '0'
116
116
  segments:
117
117
  - 0
118
- hash: -4331835519347130215
118
+ hash: 2499480770810392875
119
119
  required_rubygems_version: !ruby/object:Gem::Requirement
120
120
  none: false
121
121
  requirements:
122
- - - ! '>'
122
+ - - ! '>='
123
123
  - !ruby/object:Gem::Version
124
- version: 1.3.1
124
+ version: '0'
125
+ segments:
126
+ - 0
127
+ hash: 2499480770810392875
125
128
  requirements: []
126
129
  rubyforge_project:
127
130
  rubygems_version: 1.8.25