pario 0.2.0.pre → 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.
Files changed (3) hide show
  1. data/lib/pario/version.rb +1 -9
  2. data/pario.gemspec +1 -1
  3. metadata +4 -5
@@ -1,11 +1,3 @@
1
1
  module Pario
2
- module Version
3
-
4
- MAJOR = '0'
5
- MINOR = '2'
6
- MICRO = '0'
7
- RELEASE = 'pre'
8
-
9
- STRING = [MAJOR, MINOR, MICRO, RELEASE].compact.join('.')
10
- end
2
+ VERSION = "0.3.0"
11
3
  end
@@ -6,7 +6,7 @@ require 'pario/version'
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = 'pario'
9
- s.version = Pario::Version::STRING
9
+ s.version = Pario::VERSION
10
10
  s.platform = Gem::Platform::RUBY
11
11
  s.authors = ['Bill Davenport', 'Anthony Burns']
12
12
  s.email = ['bill@infoether.com', 'anthony@infoether.com']
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pario
3
3
  version: !ruby/object:Gem::Version
4
- hash: 961915988
5
- prerelease: 6
4
+ hash: 19
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
- - 2
8
+ - 3
9
9
  - 0
10
- - pre
11
- version: 0.2.0.pre
10
+ version: 0.3.0
12
11
  platform: ruby
13
12
  authors:
14
13
  - Bill Davenport