blueprint-generators-rails 0.2.5 → 0.2.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1dd712f8f1b7539509b06b248346e9f472500de2
4
- data.tar.gz: 1cf019fa7f46e990266eab413ba8928aafbb50e9
3
+ metadata.gz: 3fb8258b57568556bb746776bf78dd46f4664dc5
4
+ data.tar.gz: b66585bf797629728c7342efb264a3a2c2b1098c
5
5
  SHA512:
6
- metadata.gz: 8ded0b307aabc8783e5c61a33094f97e44429c1b00490a99f6ebe96241af2ad86bcf9b2bf649611f920f13ec021be92247bfea07c30dd90b4b8b4b6c9ddfa394
7
- data.tar.gz: 361b070755dbbc05a24d2c8467a42d293cdb5e57302520a02d4d80a28f913e8ab3fc6591dac8efc7f79d9ef1d0ccd7c8e0d3e72eecf4eaa671902406921d671a
6
+ metadata.gz: b4742ca621750fed5a2e91750c610620dfe962348ca4f9893caccd312f818deb2cb159e2f7048273ef08d03327430878fbca55f9e7e23f8f55a714b6d1346e53
7
+ data.tar.gz: 137dfe20f43c6b16681c82d469d7db145d567b5d9e49395edc5bfc75101d8697b81577f311988194cad23cec22f27b30bfa34e93dcf3465aed942bcc9ba16638
@@ -1,7 +1,7 @@
1
1
  module Blueprint
2
2
  module Generators
3
3
  module Rails
4
- VERSION = '0.2.5'
4
+ VERSION = '0.2.6'
5
5
  end
6
6
  end
7
7
  end
@@ -346,7 +346,7 @@ namespace :blueprint do
346
346
  pogos = [ ]
347
347
 
348
348
  model.each { |key, value|
349
- pogo = "activity \"#{key}\" starts with \"#{value[:start][:state]}\"\n"
349
+ pogo = "activity \"#{key}\" starts with \"#{value[:start][:state]}\" at \"#{value[:start][:at]}\"\n"
350
350
 
351
351
  unless value[:actions].nil?
352
352
  value[:actions].each { |a|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blueprint-generators-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - benjii