repla 0.8.1 → 0.8.2

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: 87526d7ca6ba1268da5cc15117822bdd450f23b7
4
- data.tar.gz: ee6780d5b3cdaaaae58198c768c4a9361ebb3e7e
3
+ metadata.gz: ecfb7471869f1ce7c0dcd0cfb3d1902c715daf68
4
+ data.tar.gz: 1f21628284db84e7fb3fccb80e9fadad4b11a8d8
5
5
  SHA512:
6
- metadata.gz: 46314f9cb676081d120aaa853da3c6e7c6daf92ea23f1cac9fc5015d76e5f19af0d384d20f4683bec43e058b388ac735d2cc4effa95d3733a5c164adca878f2f
7
- data.tar.gz: a06271d13d7f1eee4492f0a5726cb7438005b7b93d493327f17d558f5ca96ff6c1b40f2d28f8fabc0ea1a41b6608200b489555983686ab72c903749ed161a9e3
6
+ metadata.gz: bd8adfb40f38eaaa5b347805bd1773e3f5b53443eaa466113fa49857c60abad2b6fbf48c1046d1817cbf06b0f987c6337a649472a5b4c06853b6d32f56d039aa
7
+ data.tar.gz: 6c2df0aef4ba1fa73ff4c9b4b881384aae9036ad91c75be8f56954a1da93d4cf8e5c1bcb70938a70b19172769055b1f2b47231bdd7ac0c420c2b85adce8e7b11
@@ -0,0 +1 @@
1
+ document.getElementsByTagName('body')[0].innerHTML;
data/lib/repla/test.rb CHANGED
@@ -50,6 +50,8 @@ module Repla
50
50
  TEST_ASSETS_JAVASCRIPT_DIRECTORY = File.join(TEST_DIRECTORY, 'js')
51
51
  TITLE_JAVASCRIPT_FILE = File.join(TEST_ASSETS_JAVASCRIPT_DIRECTORY,
52
52
  'title.js')
53
+ BODY_JAVASCRIPT_FILE = File.join(TEST_ASSETS_JAVASCRIPT_DIRECTORY,
54
+ 'body.js')
53
55
  # Plugins
54
56
  TEST_PLUGIN_DIRECTORY = File.join(TEST_DIRECTORY, 'packages')
55
57
  TEST_HELLOWORLD_PLUGIN_FILE = File.join(TEST_PLUGIN_DIRECTORY,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: repla
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roben Kleene
@@ -111,6 +111,7 @@ files:
111
111
  - lib/repla/test/html/index.html
112
112
  - lib/repla/test/html/indexjquery.html
113
113
  - lib/repla/test/html/js/zepto.js
114
+ - lib/repla/test/js/body.js
114
115
  - lib/repla/test/js/firstcode.js
115
116
  - lib/repla/test/js/lastcode.js
116
117
  - lib/repla/test/js/nodom.js