mystro-common 0.3.3.rc0 → 0.3.3

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.3:
4
+
5
+
3
6
  ##### v0.3.3.rc0:
4
7
  * clean up plugin handling for gem-based plugins. minor tweak to compute.volume processing (this needs more work)
5
8
  * some debug logging and tweaks around compute volumes
@@ -4,7 +4,7 @@ module Mystro
4
4
  MAJOR = 0
5
5
  MINOR = 3
6
6
  TINY = 3
7
- TAG = 'rc0'
7
+ TAG = nil
8
8
  LIST = [MAJOR, MINOR, TINY, TAG]
9
9
  STRING = LIST.compact.join(".")
10
10
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mystro-common
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3.rc0
5
- prerelease: 6
4
+ version: 0.3.3
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Shawn Catanzarite
@@ -222,13 +222,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
222
222
  version: '0'
223
223
  segments:
224
224
  - 0
225
- hash: -2211444181715532034
225
+ hash: 1944146001560367049
226
226
  required_rubygems_version: !ruby/object:Gem::Requirement
227
227
  none: false
228
228
  requirements:
229
- - - ! '>'
229
+ - - ! '>='
230
230
  - !ruby/object:Gem::Version
231
- version: 1.3.1
231
+ version: '0'
232
+ segments:
233
+ - 0
234
+ hash: 1944146001560367049
232
235
  requirements: []
233
236
  rubyforge_project:
234
237
  rubygems_version: 1.8.25