roda-component 0.0.2 → 0.0.3

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: 95f5fccbca82cb752d424a9b2e0987ec07bfca2e
4
- data.tar.gz: bdc28e2ada9efc593d92dd6688138f3b083711e0
3
+ metadata.gz: 99e6bfe78383851747266d3252a1e85148a222be
4
+ data.tar.gz: 5daaa2804d4702903348037a32b4c930d0daa272
5
5
  SHA512:
6
- metadata.gz: 6bb6088580e10be47d06aeeb12bff00f50069724bcb4f77e708e7e5b69c29aa17c5e2219d9d4aadd6b14e90fa69f7e00cf1a0c81b98668451dff2fc69544274b
7
- data.tar.gz: 8ad3c54ca9685f83f918f92d0b114530a788193e6c7a7365df410f5f1268c648f6ec7c4f6e55ab0cb499702b6bfd64e393f4fe706583dbbbcc416f35be8795c8
6
+ metadata.gz: 6f9128cbf5788261d9061cb3794bcb2e461d191e5d00bd9856c0d29216e86a9ead1f60e4d8733c0807aee5231d9d029a7a0a40fed93c70a5438f4f3b3c158098
7
+ data.tar.gz: 851ad34ad3055be888b45b3d5d372ecdf5abf1d90a65c39c38a54aa9bb6139470a61f0bb0624616c60041c30e1675bcdcd6b7c23ae78cd502d7a28e436140f1f
@@ -1,3 +1,7 @@
1
+ if RUBY_ENGINE == 'ruby'
2
+ require 'tilt'
3
+ end
4
+
1
5
  require 'opal'
2
6
  require 'opal-jquery'
3
7
  require "base64"
@@ -15,8 +19,6 @@ end
15
19
 
16
20
  class Roda
17
21
  class Component
18
- VERSION = "0.0.1"
19
-
20
22
  attr_accessor :scope
21
23
 
22
24
  def initialize(scope = false)
@@ -1,5 +1,5 @@
1
1
  class Roda
2
2
  class Component
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roda-component
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - cj