finity 0.0.1 → 0.0.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.
- data/finity.gemspec +2 -2
- data/lib/finity/version.rb +1 -1
- metadata +3 -3
data/finity.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.email = 'md@struct.cc'
|
|
10
10
|
s.homepage = 'http://github.com/squidfunk/finity'
|
|
11
11
|
s.summary = 'Slim and more readable state machine for Ruby'
|
|
12
|
-
s.description = 'Extremly lightweight implementation with an easily readable syntax, ' +
|
|
13
|
-
'which is essential if you have tens or hundreds of transitions'
|
|
12
|
+
s.description = 'Extremly lightweight state machine implementation with an easily readable syntax, ' +
|
|
13
|
+
'which is essential if you have tens or hundreds of transitions.'
|
|
14
14
|
|
|
15
15
|
s.required_rubygems_version = '>= 1.3.6'
|
|
16
16
|
s.add_development_dependency 'bundler', '~> 1'
|
data/lib/finity/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: finity
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -27,8 +27,8 @@ dependencies:
|
|
|
27
27
|
- - ~>
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: '1'
|
|
30
|
-
description: Extremly lightweight implementation with an easily readable
|
|
31
|
-
is essential if you have tens or hundreds of transitions
|
|
30
|
+
description: Extremly lightweight state machine implementation with an easily readable
|
|
31
|
+
syntax, which is essential if you have tens or hundreds of transitions.
|
|
32
32
|
email: md@struct.cc
|
|
33
33
|
executables: []
|
|
34
34
|
extensions: []
|