trailblazer-activity-dsl-linear 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 996888f87a8a5a0f8d61a884010d95a41e4dfcaa218eba774a489754fc4b8f77
4
- data.tar.gz: a4bd3a073baf3a2132baefbd5d7f51f5db98bf4939c7594c4247bc8b7947c207
3
+ metadata.gz: b71ad468447d5f374d53986b9122f9b9583c3c546eecd5dc4282d7b33f4c7aae
4
+ data.tar.gz: 01a90d78cd13b72586c638768e6ff1d78ba30a72757aa3a2409db567ba8f6278
5
5
  SHA512:
6
- metadata.gz: 87775002745c7385f5bb02d30231652b67765146a63fe91c11d841948c8d701cce9a8877869de8b1f86cfa90b9ec1bb807bea35b420069aecf918dd14da8473c
7
- data.tar.gz: b444b4bf4a4c57dc73ab4bcff22dd28449f0e45220b69e825c19f5fde574bff4fe722b248ea1f7cf149ddd3876c6bbd7c2a4a5c13e33cddb526f996636d95f86
6
+ metadata.gz: 6838ff5b3200d3e7603cd5055fc28c64007a2e26fa254bc269ee4b8f71e08b2c86fb82d28736a7f127613bd59203e5513c2342ed4e65b5976e079e07b035d1bf
7
+ data.tar.gz: f6f65e7496ee881ca89c422216285db71a87f04dc5c0c085d7e604cfac2faadb2b21ae5c171cdc572bd9ca663d9c4e4f1057e31f4d2514c1a91204aff9241ec0
data/CHANGES.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.2.2
2
+
3
+ * Fix requiring `trailblazer/activity.rb`.
4
+
1
5
  # 0.2.1
2
6
 
3
7
  * Update to `activity-0.9.1` and `context-0.2.0`.
data/Gemfile CHANGED
@@ -10,4 +10,3 @@ gem "rubocop", require: false
10
10
  # gem "trailblazer-context", path: "../trailblazer-context"
11
11
  # gem "trailblazer-developer", path: "../trailblazer-developer"
12
12
  # gem "trailblazer-activity", path: "../trailblazer-activity"
13
- # gem "trailblazer-activity", path: "../circuit"
@@ -1,3 +1,4 @@
1
+ require "trailblazer-activity"
1
2
 
2
3
  class Trailblazer::Activity
3
4
  module DSL
@@ -154,7 +155,6 @@ class Trailblazer::Activity
154
155
  end
155
156
  end
156
157
 
157
- require "trailblazer-activity"
158
158
  require "trailblazer/activity/dsl/linear/normalizer"
159
159
  require "trailblazer/activity/dsl/linear/state"
160
160
  require "trailblazer/activity/dsl/linear/strategy"
@@ -3,7 +3,7 @@ module Trailblazer
3
3
  module Activity
4
4
  module DSL
5
5
  module Linear
6
- VERSION = "0.2.1"
6
+ VERSION = "0.2.2"
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trailblazer-activity-dsl-linear
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Sutterer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-20 00:00:00.000000000 Z
11
+ date: 2019-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: trailblazer-activity
@@ -136,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
136
136
  version: '0'
137
137
  requirements: []
138
138
  rubyforge_project:
139
- rubygems_version: 2.7.6
139
+ rubygems_version: 2.7.3
140
140
  signing_key:
141
141
  specification_version: 4
142
142
  summary: Simple DSL to define Trailblazer activities.