qwirk_active_mq_adapter 0.1.0-java → 0.1.1-java

Sign up to get free protection for your applications and to get access to all the features.
data/History.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Qwirk Changelog
2
2
  =====================
3
3
 
4
+ 0.1.1
5
+ -----
6
+
7
+ - Need to explicitly require jms adapter.
8
+
4
9
  0.1.0
5
10
  -----
6
11
 
@@ -1 +1,2 @@
1
+ require 'qwirk_jms_adapter'
1
2
  require 'qwirk/adapter/active_mq'
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: qwirk_active_mq_adapter
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: java
7
7
  authors:
8
8
  - Brad Pardee