roda-plugins 0.0.5 → 0.0.6

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
  SHA1:
3
- metadata.gz: 1b9fb7d480e70461b53ccb4a61a5bc3bc00dee47
4
- data.tar.gz: 9c2e1cc903dd3e04b0c968bcb1eb85616fae8971
3
+ metadata.gz: a8d33a1ed3343be44f1047a168bfe07f4c4e9b1b
4
+ data.tar.gz: 900ca262a62d85e050c25c996e5f09921094a709
5
5
  SHA512:
6
- metadata.gz: 7d509c65399fa1006b9ba10f651824adf9e4d79616c9fcb223f34545d17bbb2af7b334f0be14cb19d91215c9c6b9c46ed7138ffdff3669d8762098ed2ad16758
7
- data.tar.gz: a6f6116dfb0991b30fa264c51f932934d6108614a1d8fe32de132800c3d70c51d0077ca78c314c8638f848f1fe461e447a4ba69ae3318049d6107beee83bab45
6
+ metadata.gz: 189ddb829ed23f18c00ff0c78a9d18fa11066cf6da96a9d6b5501f41cebb2ea3f5aab688bfcda6fb5bb23ac942f3828070b788dd7849e92440795b19d58d5d4c
7
+ data.tar.gz: 85d4a640b39bba8a85fa3ba2ec7925e5d28459fa253ad639d767b56205bd72822a869e7f8c5b4744621d2b3f1b7db9a343b1da8bafd8c3dcea0fbc4ca460bf4d
@@ -86,9 +86,9 @@ class Roda
86
86
  raise "Couldn't find on method `#{opts[:call]}`, for the `#{name}` component."
87
87
  end
88
88
 
89
- response.write content if content.is_a? String
90
-
91
89
  component_request.trigger_events
90
+
91
+ content
92
92
  end
93
93
  end
94
94
 
@@ -1,3 +1,3 @@
1
1
  class Roda
2
- PluginsVersion = '0.0.5'.freeze
2
+ PluginsVersion = '0.0.6'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roda-plugins
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - cj
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-03 00:00:00.000000000 Z
11
+ date: 2014-09-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Plugins for Roda
14
14
  email: