state_machine 1.1.2 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (240) hide show
  1. data/.gitignore +7 -11
  2. data/.travis.yml +49 -7
  3. data/Appraisals +255 -87
  4. data/CHANGELOG.md +30 -0
  5. data/README.md +142 -21
  6. data/Rakefile +1 -11
  7. data/examples/Gemfile +5 -0
  8. data/examples/Gemfile.lock +14 -0
  9. data/examples/auto_shop.rb +2 -0
  10. data/examples/car.rb +2 -0
  11. data/examples/doc/AutoShop.html +2856 -0
  12. data/examples/doc/AutoShop_state.png +0 -0
  13. data/examples/doc/Car.html +919 -0
  14. data/examples/doc/Car_state.png +0 -0
  15. data/examples/doc/TrafficLight.html +2230 -0
  16. data/examples/doc/TrafficLight_state.png +0 -0
  17. data/examples/doc/Vehicle.html +7921 -0
  18. data/examples/doc/Vehicle_state.png +0 -0
  19. data/examples/doc/_index.html +136 -0
  20. data/examples/doc/class_list.html +47 -0
  21. data/examples/doc/css/common.css +1 -0
  22. data/examples/doc/css/full_list.css +55 -0
  23. data/examples/doc/css/style.css +322 -0
  24. data/examples/doc/file_list.html +46 -0
  25. data/examples/doc/frames.html +13 -0
  26. data/examples/doc/index.html +136 -0
  27. data/examples/doc/js/app.js +205 -0
  28. data/examples/doc/js/full_list.js +173 -0
  29. data/examples/doc/js/jquery.js +16 -0
  30. data/examples/doc/method_list.html +734 -0
  31. data/examples/doc/top-level-namespace.html +105 -0
  32. data/examples/rails-rest/migration.rb +1 -5
  33. data/examples/rails-rest/view__form.html.erb +34 -0
  34. data/examples/rails-rest/view_edit.html.erb +2 -21
  35. data/examples/rails-rest/view_index.html.erb +6 -4
  36. data/examples/rails-rest/view_new.html.erb +2 -11
  37. data/examples/rails-rest/view_show.html.erb +5 -3
  38. data/examples/traffic_light.rb +2 -0
  39. data/examples/vehicle.rb +2 -0
  40. data/gemfiles/active_model-3.0.0.gemfile.lock +9 -6
  41. data/gemfiles/active_model-3.0.5.gemfile.lock +10 -7
  42. data/gemfiles/active_model-3.1.1.gemfile.lock +12 -10
  43. data/gemfiles/{active_model-3.2.0.gemfile → active_model-3.2.1.gemfile} +1 -1
  44. data/gemfiles/{graphviz-0.9.0.gemfile → active_model-3.2.12.gemfile} +1 -1
  45. data/gemfiles/active_model-3.2.12.gemfile.lock +36 -0
  46. data/gemfiles/{active_record-3.2.0.gemfile → active_model-3.2.13.rc1.gemfile} +1 -2
  47. data/gemfiles/active_model-3.2.13.rc1.gemfile.lock +36 -0
  48. data/gemfiles/active_model-4.0.0.gemfile +9 -0
  49. data/gemfiles/active_model-4.0.0.gemfile.lock +78 -0
  50. data/gemfiles/active_record-2.0.0.gemfile +2 -1
  51. data/gemfiles/active_record-2.0.0.gemfile.lock +15 -6
  52. data/gemfiles/active_record-2.0.5.gemfile +2 -1
  53. data/gemfiles/active_record-2.0.5.gemfile.lock +15 -6
  54. data/gemfiles/active_record-2.1.0.gemfile +2 -1
  55. data/gemfiles/active_record-2.1.0.gemfile.lock +15 -6
  56. data/gemfiles/active_record-2.1.2.gemfile +2 -1
  57. data/gemfiles/active_record-2.1.2.gemfile.lock +15 -6
  58. data/gemfiles/active_record-2.2.3.gemfile +2 -1
  59. data/gemfiles/active_record-2.2.3.gemfile.lock +15 -6
  60. data/gemfiles/active_record-2.3.12.gemfile +2 -1
  61. data/gemfiles/active_record-2.3.12.gemfile.lock +15 -6
  62. data/gemfiles/active_record-2.3.5.gemfile +9 -0
  63. data/gemfiles/active_record-2.3.5.gemfile.lock +39 -0
  64. data/gemfiles/active_record-3.0.0.gemfile +2 -1
  65. data/gemfiles/active_record-3.0.0.gemfile.lock +18 -11
  66. data/gemfiles/active_record-3.0.5.gemfile +2 -1
  67. data/gemfiles/active_record-3.0.5.gemfile.lock +19 -12
  68. data/gemfiles/active_record-3.1.1.gemfile +2 -1
  69. data/gemfiles/active_record-3.1.1.gemfile.lock +22 -16
  70. data/gemfiles/active_record-3.2.12.gemfile +9 -0
  71. data/gemfiles/active_record-3.2.12.gemfile.lock +51 -0
  72. data/gemfiles/active_record-3.2.13.rc1.gemfile +9 -0
  73. data/gemfiles/active_record-3.2.13.rc1.gemfile.lock +51 -0
  74. data/gemfiles/active_record-4.0.0.gemfile +11 -0
  75. data/gemfiles/active_record-4.0.0.gemfile.lock +83 -0
  76. data/gemfiles/data_mapper-0.10.2.gemfile +1 -0
  77. data/gemfiles/data_mapper-0.10.2.gemfile.lock +13 -9
  78. data/gemfiles/data_mapper-0.9.11.gemfile +1 -0
  79. data/gemfiles/data_mapper-0.9.11.gemfile.lock +31 -7
  80. data/gemfiles/data_mapper-0.9.4.gemfile.lock +25 -14
  81. data/gemfiles/data_mapper-0.9.7.gemfile +1 -0
  82. data/gemfiles/data_mapper-0.9.7.gemfile.lock +27 -15
  83. data/gemfiles/data_mapper-1.0.0.gemfile.lock +20 -17
  84. data/gemfiles/data_mapper-1.0.1.gemfile.lock +20 -17
  85. data/gemfiles/data_mapper-1.0.2.gemfile.lock +20 -17
  86. data/gemfiles/data_mapper-1.1.0.gemfile.lock +19 -16
  87. data/gemfiles/data_mapper-1.2.0.gemfile.lock +19 -16
  88. data/gemfiles/default.gemfile.lock +8 -5
  89. data/gemfiles/graphviz-0.9.17.gemfile +7 -0
  90. data/gemfiles/graphviz-0.9.17.gemfile.lock +29 -0
  91. data/gemfiles/graphviz-0.9.21.gemfile.lock +7 -4
  92. data/gemfiles/graphviz-1.0.0.gemfile.lock +7 -4
  93. data/gemfiles/graphviz-1.0.3.gemfile +7 -0
  94. data/gemfiles/graphviz-1.0.3.gemfile.lock +29 -0
  95. data/gemfiles/graphviz-1.0.8.gemfile +7 -0
  96. data/gemfiles/graphviz-1.0.8.gemfile.lock +29 -0
  97. data/gemfiles/mongo_mapper-0.10.0.gemfile +1 -0
  98. data/gemfiles/mongo_mapper-0.10.0.gemfile.lock +14 -11
  99. data/gemfiles/mongo_mapper-0.11.1.gemfile +7 -0
  100. data/gemfiles/mongo_mapper-0.11.1.gemfile.lock +44 -0
  101. data/gemfiles/mongo_mapper-0.11.2.gemfile +9 -0
  102. data/gemfiles/mongo_mapper-0.11.2.gemfile.lock +48 -0
  103. data/gemfiles/mongo_mapper-0.12.0.gemfile +9 -0
  104. data/gemfiles/mongo_mapper-0.12.0.gemfile.lock +48 -0
  105. data/gemfiles/mongo_mapper-0.5.5.gemfile.lock +7 -4
  106. data/gemfiles/mongo_mapper-0.5.8.gemfile.lock +7 -4
  107. data/gemfiles/mongo_mapper-0.6.0.gemfile.lock +7 -4
  108. data/gemfiles/mongo_mapper-0.6.10.gemfile.lock +7 -4
  109. data/gemfiles/mongo_mapper-0.7.0.gemfile.lock +7 -4
  110. data/gemfiles/mongo_mapper-0.7.5.gemfile.lock +7 -4
  111. data/gemfiles/mongo_mapper-0.8.0.gemfile.lock +7 -4
  112. data/gemfiles/mongo_mapper-0.8.3.gemfile.lock +7 -4
  113. data/gemfiles/mongo_mapper-0.8.4.gemfile.lock +7 -4
  114. data/gemfiles/mongo_mapper-0.8.6.gemfile.lock +7 -4
  115. data/gemfiles/mongo_mapper-0.9.0.gemfile.lock +7 -4
  116. data/gemfiles/mongoid-2.0.0.gemfile +2 -0
  117. data/gemfiles/mongoid-2.0.0.gemfile.lock +22 -18
  118. data/gemfiles/mongoid-2.1.4.gemfile +2 -0
  119. data/gemfiles/mongoid-2.1.4.gemfile.lock +21 -17
  120. data/gemfiles/mongoid-2.2.4.gemfile +2 -0
  121. data/gemfiles/mongoid-2.2.4.gemfile.lock +21 -17
  122. data/gemfiles/mongoid-2.3.3.gemfile +2 -0
  123. data/gemfiles/mongoid-2.3.3.gemfile.lock +21 -17
  124. data/gemfiles/mongoid-2.4.0.gemfile +9 -0
  125. data/gemfiles/mongoid-2.4.0.gemfile.lock +47 -0
  126. data/gemfiles/mongoid-2.4.10.gemfile +9 -0
  127. data/gemfiles/mongoid-2.4.10.gemfile.lock +47 -0
  128. data/gemfiles/mongoid-2.5.2.gemfile +9 -0
  129. data/gemfiles/mongoid-2.5.2.gemfile.lock +47 -0
  130. data/gemfiles/mongoid-2.6.0.gemfile +9 -0
  131. data/gemfiles/mongoid-2.6.0.gemfile.lock +47 -0
  132. data/gemfiles/mongoid-3.0.0.gemfile +8 -0
  133. data/gemfiles/mongoid-3.0.0.gemfile.lock +45 -0
  134. data/gemfiles/mongoid-3.0.22.gemfile +8 -0
  135. data/gemfiles/mongoid-3.0.22.gemfile.lock +45 -0
  136. data/gemfiles/mongoid-3.1.0.gemfile +8 -0
  137. data/gemfiles/mongoid-3.1.0.gemfile.lock +45 -0
  138. data/gemfiles/sequel-2.11.0.gemfile +2 -1
  139. data/gemfiles/sequel-2.11.0.gemfile.lock +11 -6
  140. data/gemfiles/sequel-2.12.0.gemfile +2 -1
  141. data/gemfiles/sequel-2.12.0.gemfile.lock +11 -6
  142. data/gemfiles/sequel-2.8.0.gemfile +2 -1
  143. data/gemfiles/sequel-2.8.0.gemfile.lock +11 -6
  144. data/gemfiles/sequel-3.0.0.gemfile +2 -1
  145. data/gemfiles/sequel-3.0.0.gemfile.lock +11 -6
  146. data/gemfiles/sequel-3.10.0.gemfile +9 -0
  147. data/gemfiles/sequel-3.10.0.gemfile.lock +33 -0
  148. data/gemfiles/sequel-3.13.0.gemfile +2 -1
  149. data/gemfiles/sequel-3.13.0.gemfile.lock +11 -6
  150. data/gemfiles/sequel-3.14.0.gemfile +2 -1
  151. data/gemfiles/sequel-3.14.0.gemfile.lock +11 -6
  152. data/gemfiles/sequel-3.23.0.gemfile +2 -1
  153. data/gemfiles/sequel-3.23.0.gemfile.lock +11 -6
  154. data/gemfiles/sequel-3.24.0.gemfile +2 -1
  155. data/gemfiles/sequel-3.24.0.gemfile.lock +11 -6
  156. data/gemfiles/sequel-3.29.0.gemfile +2 -1
  157. data/gemfiles/sequel-3.29.0.gemfile.lock +11 -6
  158. data/gemfiles/sequel-3.34.0.gemfile +9 -0
  159. data/gemfiles/sequel-3.34.0.gemfile.lock +33 -0
  160. data/gemfiles/sequel-3.35.0.gemfile +9 -0
  161. data/gemfiles/sequel-3.35.0.gemfile.lock +33 -0
  162. data/gemfiles/sequel-3.4.0.gemfile +9 -0
  163. data/gemfiles/sequel-3.4.0.gemfile.lock +33 -0
  164. data/gemfiles/sequel-3.44.0.gemfile +9 -0
  165. data/gemfiles/sequel-3.44.0.gemfile.lock +33 -0
  166. data/lib/state_machine.rb +6 -0
  167. data/lib/state_machine/branch.rb +9 -8
  168. data/lib/state_machine/callback.rb +2 -2
  169. data/lib/state_machine/core.rb +10 -0
  170. data/lib/state_machine/core_ext.rb +1 -0
  171. data/lib/state_machine/eval_helpers.rb +5 -3
  172. data/lib/state_machine/event.rb +17 -6
  173. data/lib/state_machine/graph.rb +92 -0
  174. data/lib/state_machine/integrations.rb +13 -1
  175. data/lib/state_machine/integrations/active_model.rb +14 -20
  176. data/lib/state_machine/integrations/active_model/observer.rb +3 -3
  177. data/lib/state_machine/integrations/active_model/observer_update.rb +42 -0
  178. data/lib/state_machine/integrations/active_record.rb +52 -25
  179. data/lib/state_machine/integrations/active_record/locale.rb +1 -1
  180. data/lib/state_machine/integrations/active_record/versions.rb +1 -17
  181. data/lib/state_machine/integrations/base.rb +15 -6
  182. data/lib/state_machine/integrations/data_mapper.rb +98 -35
  183. data/lib/state_machine/integrations/data_mapper/versions.rb +46 -8
  184. data/lib/state_machine/integrations/mongo_mapper.rb +39 -12
  185. data/lib/state_machine/integrations/mongo_mapper/locale.rb +1 -1
  186. data/lib/state_machine/integrations/mongo_mapper/versions.rb +3 -20
  187. data/lib/state_machine/integrations/mongoid.rb +52 -14
  188. data/lib/state_machine/integrations/mongoid/locale.rb +1 -1
  189. data/lib/state_machine/integrations/mongoid/versions.rb +52 -26
  190. data/lib/state_machine/integrations/sequel.rb +82 -33
  191. data/lib/state_machine/integrations/sequel/versions.rb +19 -44
  192. data/lib/state_machine/machine.rb +99 -59
  193. data/lib/state_machine/machine_collection.rb +1 -2
  194. data/lib/state_machine/macro_methods.rb +29 -0
  195. data/lib/state_machine/node_collection.rb +1 -1
  196. data/lib/state_machine/state.rb +18 -10
  197. data/lib/state_machine/state_context.rb +2 -2
  198. data/lib/state_machine/transition.rb +8 -1
  199. data/lib/state_machine/transition_collection.rb +2 -1
  200. data/lib/state_machine/version.rb +1 -1
  201. data/lib/state_machine/yard.rb +8 -0
  202. data/lib/state_machine/yard/handlers.rb +12 -0
  203. data/lib/state_machine/yard/handlers/base.rb +32 -0
  204. data/lib/state_machine/yard/handlers/event.rb +25 -0
  205. data/lib/state_machine/yard/handlers/machine.rb +344 -0
  206. data/lib/state_machine/yard/handlers/state.rb +25 -0
  207. data/lib/state_machine/yard/handlers/transition.rb +47 -0
  208. data/lib/state_machine/yard/templates.rb +3 -0
  209. data/lib/state_machine/yard/templates/default/class/html/setup.rb +30 -0
  210. data/lib/state_machine/yard/templates/default/class/html/state_machines.erb +12 -0
  211. data/lib/tasks/state_machine.rb +2 -1
  212. data/lib/yard-state_machine.rb +2 -0
  213. data/state_machine.gemspec +4 -3
  214. data/test/files/switch.rb +4 -0
  215. data/test/test_helper.rb +5 -0
  216. data/test/unit/branch_test.rb +117 -36
  217. data/test/unit/callback_test.rb +5 -2
  218. data/test/unit/eval_helpers_test.rb +49 -1
  219. data/test/unit/event_collection_test.rb +3 -1
  220. data/test/unit/event_test.rb +182 -12
  221. data/test/unit/graph_test.rb +98 -0
  222. data/test/unit/integrations/active_model_test.rb +82 -12
  223. data/test/unit/integrations/active_record_test.rb +393 -37
  224. data/test/unit/integrations/base_test.rb +7 -2
  225. data/test/unit/integrations/data_mapper_test.rb +326 -72
  226. data/test/unit/integrations/mongo_mapper_test.rb +338 -44
  227. data/test/unit/integrations/mongoid_test.rb +606 -98
  228. data/test/unit/integrations/sequel_test.rb +429 -102
  229. data/test/unit/integrations_test.rb +28 -6
  230. data/test/unit/machine_collection_test.rb +6 -2
  231. data/test/unit/machine_test.rb +134 -82
  232. data/test/unit/node_collection_test.rb +2 -2
  233. data/test/unit/path_test.rb +1 -1
  234. data/test/unit/state_test.rb +65 -21
  235. data/test/unit/transition_collection_test.rb +43 -23
  236. data/test/unit/transition_test.rb +8 -2
  237. metadata +303 -221
  238. data/gemfiles/active_model-3.2.0.gemfile.lock +0 -32
  239. data/gemfiles/active_record-3.2.0.gemfile.lock +0 -43
  240. data/gemfiles/graphviz-0.9.0.gemfile.lock +0 -26
@@ -2,7 +2,8 @@
2
2
 
3
3
  source "http://www.rubygems.org"
4
4
 
5
- gem "sqlite3-ruby"
5
+ gem "sqlite3-ruby", "1.3.1", :platform=>[:ruby, :mswin, :mingw]
6
6
  gem "activerecord", "3.0.0"
7
+ gem "activerecord-jdbcsqlite3-adapter", "1.2.7", :platform=>:jruby
7
8
 
8
9
  gemspec :path=>"../"
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: /home/aaron/Projects/Personal/pluginaweek/state_machine
3
3
  specs:
4
- state_machine (1.1.2)
4
+ state_machine (1.2.0)
5
5
 
6
6
  GEM
7
7
  remote: http://www.rubygems.org/
@@ -15,21 +15,27 @@ GEM
15
15
  activesupport (= 3.0.0)
16
16
  arel (~> 1.0.0)
17
17
  tzinfo (~> 0.3.23)
18
+ activerecord-jdbc-adapter (1.2.7)
19
+ activerecord-jdbcsqlite3-adapter (1.2.7)
20
+ activerecord-jdbc-adapter (~> 1.2.7)
21
+ jdbc-sqlite3 (~> 3.7.2)
18
22
  activesupport (3.0.0)
19
- appraisal (0.4.0)
23
+ appraisal (0.4.1)
20
24
  bundler
21
25
  rake
22
26
  arel (1.0.1)
23
27
  activesupport (~> 3.0.0)
24
28
  builder (2.1.2)
25
29
  i18n (0.4.2)
26
- rake (0.9.2.2)
27
- rcov (0.9.11)
28
- rcov (0.9.11-java)
29
- sqlite3 (1.3.4)
30
- sqlite3-ruby (1.3.3)
31
- sqlite3 (>= 1.3.3)
32
- tzinfo (0.3.31)
30
+ jdbc-sqlite3 (3.7.2.1)
31
+ multi_json (1.6.1)
32
+ rake (10.0.3)
33
+ simplecov (0.7.1)
34
+ multi_json (~> 1.0)
35
+ simplecov-html (~> 0.7.1)
36
+ simplecov-html (0.7.1)
37
+ sqlite3-ruby (1.3.1)
38
+ tzinfo (0.3.35)
33
39
 
34
40
  PLATFORMS
35
41
  java
@@ -37,8 +43,9 @@ PLATFORMS
37
43
 
38
44
  DEPENDENCIES
39
45
  activerecord (= 3.0.0)
46
+ activerecord-jdbcsqlite3-adapter (= 1.2.7)
40
47
  appraisal (~> 0.4.0)
41
48
  rake
42
- rcov
43
- sqlite3-ruby
49
+ simplecov
50
+ sqlite3-ruby (= 1.3.1)
44
51
  state_machine!
@@ -2,7 +2,8 @@
2
2
 
3
3
  source "http://www.rubygems.org"
4
4
 
5
- gem "sqlite3-ruby"
5
+ gem "sqlite3-ruby", "1.3.1", :platform=>[:ruby, :mswin, :mingw]
6
6
  gem "activerecord", "3.0.5"
7
+ gem "activerecord-jdbcsqlite3-adapter", "1.2.7", :platform=>:jruby
7
8
 
8
9
  gemspec :path=>"../"
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: /home/aaron/Projects/Personal/pluginaweek/state_machine
3
3
  specs:
4
- state_machine (1.1.2)
4
+ state_machine (1.2.0)
5
5
 
6
6
  GEM
7
7
  remote: http://www.rubygems.org/
@@ -15,20 +15,26 @@ GEM
15
15
  activesupport (= 3.0.5)
16
16
  arel (~> 2.0.2)
17
17
  tzinfo (~> 0.3.23)
18
+ activerecord-jdbc-adapter (1.2.7)
19
+ activerecord-jdbcsqlite3-adapter (1.2.7)
20
+ activerecord-jdbc-adapter (~> 1.2.7)
21
+ jdbc-sqlite3 (~> 3.7.2)
18
22
  activesupport (3.0.5)
19
- appraisal (0.4.0)
23
+ appraisal (0.4.1)
20
24
  bundler
21
25
  rake
22
26
  arel (2.0.10)
23
27
  builder (2.1.2)
24
- i18n (0.6.0)
25
- rake (0.9.2.2)
26
- rcov (0.9.11)
27
- rcov (0.9.11-java)
28
- sqlite3 (1.3.4)
29
- sqlite3-ruby (1.3.3)
30
- sqlite3 (>= 1.3.3)
31
- tzinfo (0.3.31)
28
+ i18n (0.6.1)
29
+ jdbc-sqlite3 (3.7.2.1)
30
+ multi_json (1.6.1)
31
+ rake (10.0.3)
32
+ simplecov (0.7.1)
33
+ multi_json (~> 1.0)
34
+ simplecov-html (~> 0.7.1)
35
+ simplecov-html (0.7.1)
36
+ sqlite3-ruby (1.3.1)
37
+ tzinfo (0.3.35)
32
38
 
33
39
  PLATFORMS
34
40
  java
@@ -36,8 +42,9 @@ PLATFORMS
36
42
 
37
43
  DEPENDENCIES
38
44
  activerecord (= 3.0.5)
45
+ activerecord-jdbcsqlite3-adapter (= 1.2.7)
39
46
  appraisal (~> 0.4.0)
40
47
  rake
41
- rcov
42
- sqlite3-ruby
48
+ simplecov
49
+ sqlite3-ruby (= 1.3.1)
43
50
  state_machine!
@@ -2,7 +2,8 @@
2
2
 
3
3
  source "http://www.rubygems.org"
4
4
 
5
- gem "sqlite3-ruby"
5
+ gem "sqlite3", "1.3.6", :platform=>[:ruby, :mswin, :mingw]
6
6
  gem "activerecord", "3.1.1"
7
+ gem "activerecord-jdbcsqlite3-adapter", "1.2.7", :platform=>:jruby
7
8
 
8
9
  gemspec :path=>"../"
@@ -1,7 +1,7 @@
1
1
  PATH
2
- remote: /home/aaron/Projects/Vendor/state_machine
2
+ remote: /home/aaron/Projects/Personal/pluginaweek/state_machine
3
3
  specs:
4
- state_machine (1.1.2)
4
+ state_machine (1.2.0)
5
5
 
6
6
  GEM
7
7
  remote: http://www.rubygems.org/
@@ -15,22 +15,27 @@ GEM
15
15
  activesupport (= 3.1.1)
16
16
  arel (~> 2.2.1)
17
17
  tzinfo (~> 0.3.29)
18
+ activerecord-jdbc-adapter (1.2.7)
19
+ activerecord-jdbcsqlite3-adapter (1.2.7)
20
+ activerecord-jdbc-adapter (~> 1.2.7)
21
+ jdbc-sqlite3 (~> 3.7.2)
18
22
  activesupport (3.1.1)
19
23
  multi_json (~> 1.0)
20
- appraisal (0.4.0)
24
+ appraisal (0.4.1)
21
25
  bundler
22
26
  rake
23
- arel (2.2.1)
24
- builder (3.0.0)
25
- i18n (0.6.0)
26
- multi_json (1.0.3)
27
- rake (0.9.2.2)
28
- rcov (0.9.11)
29
- rcov (0.9.11-java)
30
- sqlite3 (1.3.4)
31
- sqlite3-ruby (1.3.3)
32
- sqlite3 (>= 1.3.3)
33
- tzinfo (0.3.31)
27
+ arel (2.2.3)
28
+ builder (3.0.4)
29
+ i18n (0.6.1)
30
+ jdbc-sqlite3 (3.7.2.1)
31
+ multi_json (1.6.1)
32
+ rake (10.0.3)
33
+ simplecov (0.7.1)
34
+ multi_json (~> 1.0)
35
+ simplecov-html (~> 0.7.1)
36
+ simplecov-html (0.7.1)
37
+ sqlite3 (1.3.6)
38
+ tzinfo (0.3.35)
34
39
 
35
40
  PLATFORMS
36
41
  java
@@ -38,8 +43,9 @@ PLATFORMS
38
43
 
39
44
  DEPENDENCIES
40
45
  activerecord (= 3.1.1)
46
+ activerecord-jdbcsqlite3-adapter (= 1.2.7)
41
47
  appraisal (~> 0.4.0)
42
48
  rake
43
- rcov
44
- sqlite3-ruby
49
+ simplecov
50
+ sqlite3 (= 1.3.6)
45
51
  state_machine!
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "http://www.rubygems.org"
4
+
5
+ gem "sqlite3", "1.3.6", :platform=>[:ruby, :mswin, :mingw]
6
+ gem "activerecord", "3.2.12"
7
+ gem "activerecord-jdbcsqlite3-adapter", "1.2.7", :platform=>:jruby
8
+
9
+ gemspec :path=>"../"
@@ -0,0 +1,51 @@
1
+ PATH
2
+ remote: /home/aaron/Projects/Personal/pluginaweek/state_machine
3
+ specs:
4
+ state_machine (1.2.0)
5
+
6
+ GEM
7
+ remote: http://www.rubygems.org/
8
+ specs:
9
+ activemodel (3.2.12)
10
+ activesupport (= 3.2.12)
11
+ builder (~> 3.0.0)
12
+ activerecord (3.2.12)
13
+ activemodel (= 3.2.12)
14
+ activesupport (= 3.2.12)
15
+ arel (~> 3.0.2)
16
+ tzinfo (~> 0.3.29)
17
+ activerecord-jdbc-adapter (1.2.7)
18
+ activerecord-jdbcsqlite3-adapter (1.2.7)
19
+ activerecord-jdbc-adapter (~> 1.2.7)
20
+ jdbc-sqlite3 (~> 3.7.2)
21
+ activesupport (3.2.12)
22
+ i18n (~> 0.6)
23
+ multi_json (~> 1.0)
24
+ appraisal (0.4.1)
25
+ bundler
26
+ rake
27
+ arel (3.0.2)
28
+ builder (3.0.4)
29
+ i18n (0.6.1)
30
+ jdbc-sqlite3 (3.7.2.1)
31
+ multi_json (1.6.1)
32
+ rake (10.0.3)
33
+ simplecov (0.7.1)
34
+ multi_json (~> 1.0)
35
+ simplecov-html (~> 0.7.1)
36
+ simplecov-html (0.7.1)
37
+ sqlite3 (1.3.6)
38
+ tzinfo (0.3.35)
39
+
40
+ PLATFORMS
41
+ java
42
+ ruby
43
+
44
+ DEPENDENCIES
45
+ activerecord (= 3.2.12)
46
+ activerecord-jdbcsqlite3-adapter (= 1.2.7)
47
+ appraisal (~> 0.4.0)
48
+ rake
49
+ simplecov
50
+ sqlite3 (= 1.3.6)
51
+ state_machine!
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "http://www.rubygems.org"
4
+
5
+ gem "sqlite3", "1.3.6", :platform=>[:ruby, :mswin, :mingw]
6
+ gem "activerecord", "3.2.13.rc1"
7
+ gem "activerecord-jdbcsqlite3-adapter", "1.2.7", :platform=>:jruby
8
+
9
+ gemspec :path=>"../"
@@ -0,0 +1,51 @@
1
+ PATH
2
+ remote: /home/aaron/Projects/Personal/pluginaweek/state_machine
3
+ specs:
4
+ state_machine (1.2.0)
5
+
6
+ GEM
7
+ remote: http://www.rubygems.org/
8
+ specs:
9
+ activemodel (3.2.13.rc1)
10
+ activesupport (= 3.2.13.rc1)
11
+ builder (~> 3.0.0)
12
+ activerecord (3.2.13.rc1)
13
+ activemodel (= 3.2.13.rc1)
14
+ activesupport (= 3.2.13.rc1)
15
+ arel (~> 3.0.2)
16
+ tzinfo (~> 0.3.29)
17
+ activerecord-jdbc-adapter (1.2.7)
18
+ activerecord-jdbcsqlite3-adapter (1.2.7)
19
+ activerecord-jdbc-adapter (~> 1.2.7)
20
+ jdbc-sqlite3 (~> 3.7.2)
21
+ activesupport (3.2.13.rc1)
22
+ i18n (= 0.6.1)
23
+ multi_json (~> 1.0)
24
+ appraisal (0.4.1)
25
+ bundler
26
+ rake
27
+ arel (3.0.2)
28
+ builder (3.0.4)
29
+ i18n (0.6.1)
30
+ jdbc-sqlite3 (3.7.2.1)
31
+ multi_json (1.6.1)
32
+ rake (10.0.3)
33
+ simplecov (0.7.1)
34
+ multi_json (~> 1.0)
35
+ simplecov-html (~> 0.7.1)
36
+ simplecov-html (0.7.1)
37
+ sqlite3 (1.3.6)
38
+ tzinfo (0.3.35)
39
+
40
+ PLATFORMS
41
+ java
42
+ ruby
43
+
44
+ DEPENDENCIES
45
+ activerecord (= 3.2.13.rc1)
46
+ activerecord-jdbcsqlite3-adapter (= 1.2.7)
47
+ appraisal (~> 0.4.0)
48
+ rake
49
+ simplecov
50
+ sqlite3 (= 1.3.6)
51
+ state_machine!
@@ -0,0 +1,11 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "http://www.rubygems.org"
4
+
5
+ gem "sqlite3", "1.3.6"
6
+ gem "activerecord", "4.0.0.beta1", :git=>"git://github.com/rails/rails.git", :ref=>"92d6dac"
7
+ gem "activerecord-deprecated_finders", "0.0.3"
8
+ gem "protected_attributes", "1.0.0"
9
+ gem "rails-observers", "0.1.1"
10
+
11
+ gemspec :path=>"../"
@@ -0,0 +1,83 @@
1
+ GIT
2
+ remote: git://github.com/rails/rails.git
3
+ revision: 92d6dacc348a4e42d314c813a650ac578976d4c4
4
+ ref: 92d6dac
5
+ specs:
6
+ actionpack (4.0.0.beta1)
7
+ activesupport (= 4.0.0.beta1)
8
+ builder (~> 3.1.0)
9
+ erubis (~> 2.7.0)
10
+ rack (~> 1.5.2)
11
+ rack-test (~> 0.6.2)
12
+ activemodel (4.0.0.beta1)
13
+ activesupport (= 4.0.0.beta1)
14
+ builder (~> 3.1.0)
15
+ activerecord (4.0.0.beta1)
16
+ activemodel (= 4.0.0.beta1)
17
+ activerecord-deprecated_finders (~> 0.0.3)
18
+ activesupport (= 4.0.0.beta1)
19
+ arel (~> 4.0.0.beta2)
20
+ activesupport (4.0.0.beta1)
21
+ i18n (~> 0.6, >= 0.6.4)
22
+ minitest (~> 4.2)
23
+ multi_json (~> 1.3)
24
+ thread_safe (~> 0.1)
25
+ tzinfo (~> 0.3.37)
26
+ railties (4.0.0.beta1)
27
+ actionpack (= 4.0.0.beta1)
28
+ activesupport (= 4.0.0.beta1)
29
+ rake (>= 0.8.7)
30
+ thor (>= 0.17.0, < 2.0)
31
+
32
+ PATH
33
+ remote: /home/aaron/Projects/Personal/pluginaweek/state_machine
34
+ specs:
35
+ state_machine (1.2.0)
36
+
37
+ GEM
38
+ remote: http://www.rubygems.org/
39
+ specs:
40
+ activerecord-deprecated_finders (0.0.3)
41
+ appraisal (0.4.1)
42
+ bundler
43
+ rake
44
+ arel (4.0.0.beta2)
45
+ atomic (1.0.2)
46
+ atomic (1.0.2-java)
47
+ builder (3.1.4)
48
+ erubis (2.7.0)
49
+ i18n (0.6.4)
50
+ minitest (4.7.0)
51
+ multi_json (1.6.1)
52
+ protected_attributes (1.0.0)
53
+ activemodel (>= 4.0.0.beta, < 5.0)
54
+ rack (1.5.2)
55
+ rack-test (0.6.2)
56
+ rack (>= 1.0)
57
+ rails-observers (0.1.1)
58
+ railties (~> 4.0.0.beta)
59
+ rake (10.0.3)
60
+ simplecov (0.7.1)
61
+ multi_json (~> 1.0)
62
+ simplecov-html (~> 0.7.1)
63
+ simplecov-html (0.7.1)
64
+ sqlite3 (1.3.6)
65
+ thor (0.18.0)
66
+ thread_safe (0.1.0)
67
+ atomic
68
+ tzinfo (0.3.37)
69
+
70
+ PLATFORMS
71
+ java
72
+ ruby
73
+
74
+ DEPENDENCIES
75
+ activerecord (= 4.0.0.beta1)!
76
+ activerecord-deprecated_finders (= 0.0.3)
77
+ appraisal (~> 0.4.0)
78
+ protected_attributes (= 1.0.0)
79
+ rails-observers (= 0.1.1)
80
+ rake
81
+ simplecov
82
+ sqlite3 (= 1.3.6)
83
+ state_machine!
@@ -2,6 +2,7 @@
2
2
 
3
3
  source "http://www.rubygems.org"
4
4
 
5
+ gem "extlib", "0.9.16"
5
6
  gem "dm-core", "0.10.2"
6
7
  gem "dm-migrations", "0.10.2"
7
8
  gem "dm-validations", "0.10.2"
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: /home/aaron/Projects/Personal/pluginaweek/state_machine
3
3
  specs:
4
- state_machine (1.1.2)
4
+ state_machine (1.2.0)
5
5
 
6
6
  GEM
7
7
  remote: http://www.rubygems.org/
8
8
  specs:
9
- addressable (2.2.6)
10
- appraisal (0.4.0)
9
+ addressable (2.3.2)
10
+ appraisal (0.4.1)
11
11
  bundler
12
12
  rake
13
13
  data_objects (0.10.2)
@@ -29,11 +29,14 @@ GEM
29
29
  data_objects (= 0.10.2)
30
30
  do_jdbc (= 0.10.2)
31
31
  jdbc-sqlite3 (>= 3.5.8)
32
- extlib (0.9.15)
33
- jdbc-sqlite3 (3.7.2)
34
- rake (0.9.2.2)
35
- rcov (0.9.11)
36
- rcov (0.9.11-java)
32
+ extlib (0.9.16)
33
+ jdbc-sqlite3 (3.7.2.1)
34
+ multi_json (1.6.1)
35
+ rake (10.0.3)
36
+ simplecov (0.7.1)
37
+ multi_json (~> 1.0)
38
+ simplecov-html (~> 0.7.1)
39
+ simplecov-html (0.7.1)
37
40
 
38
41
  PLATFORMS
39
42
  java
@@ -47,6 +50,7 @@ DEPENDENCIES
47
50
  dm-observer (= 0.10.2)
48
51
  dm-validations (= 0.10.2)
49
52
  do_sqlite3 (= 0.10.2)
53
+ extlib (= 0.9.16)
50
54
  rake
51
- rcov
55
+ simplecov
52
56
  state_machine!