simplefsm 0.1.2 → 0.1.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.
Files changed (2) hide show
  1. checksums.yaml +15 -0
  2. metadata +7 -11
@@ -0,0 +1,15 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: !binary |-
4
+ NzAxMzU4MGU4YWZjMzZjOGI5MWZkNTU2ZjI2MzFiYzgyZWRkZjkyOA==
5
+ data.tar.gz: !binary |-
6
+ YzAyODkyYjFiZWRkOWUwMWI3MGZkOTliMmI3Yzk3NmY1ZDRjNmRjZg==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ OTE0MmRiNmUwZTc3NjgyZTdkYWJlZjNhOTEzZmNhZmE3ZGFhMTExMDBiNDAy
10
+ OTM0M2Y5Y2VkNDhlNGIyMWJmMjVjYmMxNGIwNGIxY2U1Y2ZkYjk0ZDE1N2U4
11
+ MmE0OTM0ZWVhZmYwZWZkNWI3YWQyMWNhY2U0MjgzNmQxOTE5ZWY=
12
+ data.tar.gz: !binary |-
13
+ N2Q4MTFiOTBmNDBkZDlmNTYwZTVkYWU2ZWI4N2VmZWE3NWU3NTdhY2MzMTJh
14
+ MGNmZjdlZmE0Yzc5NjkxOGQ3ZjkzNDI2MDBiODUxZjFkMjBjYTA1ZTk1OTIx
15
+ NjQyZDg2NWVjODlkYTZkMGQwNGI3ODZiMmQwZWY4NWY2M2Q5ZTA=
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplefsm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
5
- prerelease:
4
+ version: 0.1.3
6
5
  platform: ruby
7
6
  authors:
8
7
  - Edin Pjanic
@@ -21,8 +20,9 @@ extensions: []
21
20
  extra_rdoc_files: []
22
21
  files:
23
22
  - lib/simplefsm.rb
24
- homepage: http://ictlab.com.ba
23
+ homepage: http://github.com/edictlab/SimpleFSM
25
24
  licenses: []
25
+ metadata: {}
26
26
  post_install_message:
27
27
  rdoc_options: []
28
28
  require_paths:
@@ -31,20 +31,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
31
31
  requirements:
32
32
  - - ">="
33
33
  - !ruby/object:Gem::Version
34
- version: !binary |-
35
- MA==
36
- none: false
34
+ version: '0'
37
35
  required_rubygems_version: !ruby/object:Gem::Requirement
38
36
  requirements:
39
37
  - - ">="
40
38
  - !ruby/object:Gem::Version
41
- version: !binary |-
42
- MA==
43
- none: false
39
+ version: '0'
44
40
  requirements: []
45
41
  rubyforge_project:
46
- rubygems_version: 1.8.24
42
+ rubygems_version: 2.0.3
47
43
  signing_key:
48
- specification_version: 3
44
+ specification_version: 4
49
45
  summary: SimpleFSM - a Ruby DSL for FSMs
50
46
  test_files: []