statemachine 0.5.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/statemachine/version.rb +3 -3
  2. metadata +4 -4
@@ -1,9 +1,9 @@
1
1
  module Statemachine
2
2
  module VERSION #:nodoc:
3
3
  unless defined? MAJOR
4
- MAJOR = 0
5
- MINOR = 5
6
- TINY = 1
4
+ MAJOR = 1
5
+ MINOR = 0
6
+ TINY = 0
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  TAG = "REL_" + [MAJOR, MINOR, TINY].join('_')
metadata CHANGED
@@ -3,10 +3,10 @@ name: statemachine
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
- - 0
7
- - 5
8
6
  - 1
9
- version: 0.5.1
7
+ - 0
8
+ - 0
9
+ version: 1.0.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Micah Martin
@@ -87,7 +87,7 @@ rubyforge_project: statemachine
87
87
  rubygems_version: 1.3.6
88
88
  signing_key:
89
89
  specification_version: 3
90
- summary: Statemachine-0.5.1 - Statemachine Library for Ruby http://slagyr.github.com/statemachine
90
+ summary: Statemachine-1.0.0 - Statemachine Library for Ruby http://slagyr.github.com/statemachine
91
91
  test_files:
92
92
  - spec/action_invokation_spec.rb
93
93
  - spec/builder_spec.rb