ShyRubyJS 0.0.1 → 0.1.0
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.
- data/README.rdoc +2 -0
- data/ShyRubyJS.gemspec +4 -2
- data/VERSION +1 -1
- data/pkg/ShyRubyJS-0.0.0.gem +0 -0
- data/pkg/ShyRubyJS-0.0.1.gem +0 -0
- metadata +15 -13
data/README.rdoc
CHANGED
|
@@ -4,6 +4,8 @@ Little library to convert Ruby blocks into JavaScript code, via S Expressions. W
|
|
|
4
4
|
|
|
5
5
|
I've mainly put this up for feedback and in anticipation of uploading my larger library, a Ruby API for CouchDB providing a query language that parses Ruby blocks as JavaScript (using this library) and language-native document objects.
|
|
6
6
|
|
|
7
|
+
This is the first code I've ever made that's intended for use by other people, so expect it to be awful.
|
|
8
|
+
|
|
7
9
|
= Installation
|
|
8
10
|
|
|
9
11
|
Requires Ruby 1.9 or greater.
|
data/ShyRubyJS.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{ShyRubyJS}
|
|
8
|
-
s.version = "0.0
|
|
8
|
+
s.version = "0.1.0"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = [%q{Shy Inc.}, %q{Daniel Bryan}, %q{Cerales}]
|
|
12
|
-
s.date = %q{2011-08-
|
|
12
|
+
s.date = %q{2011-08-16}
|
|
13
13
|
s.description = %q{Little library to convert Ruby blocks into JavaScript code, via S Expressions. Work in progress.}
|
|
14
14
|
s.email = %q{danbryan@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -26,6 +26,8 @@ Gem::Specification.new do |s|
|
|
|
26
26
|
"ShyRubyJS.gemspec",
|
|
27
27
|
"VERSION",
|
|
28
28
|
"lib/ShyRubyJS.rb",
|
|
29
|
+
"pkg/ShyRubyJS-0.0.0.gem",
|
|
30
|
+
"pkg/ShyRubyJS-0.0.1.gem",
|
|
29
31
|
"test/examples.rb",
|
|
30
32
|
"test/helper.rb",
|
|
31
33
|
"test/test_ShyRubyJS.rb"
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0
|
|
1
|
+
0.1.0
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ShyRubyJS
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,11 +11,11 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2011-08-
|
|
14
|
+
date: 2011-08-16 00:00:00.000000000Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: bundler
|
|
18
|
-
requirement: &
|
|
18
|
+
requirement: &70227044465900 !ruby/object:Gem::Requirement
|
|
19
19
|
none: false
|
|
20
20
|
requirements:
|
|
21
21
|
- - ~>
|
|
@@ -23,10 +23,10 @@ dependencies:
|
|
|
23
23
|
version: 1.0.0
|
|
24
24
|
type: :development
|
|
25
25
|
prerelease: false
|
|
26
|
-
version_requirements: *
|
|
26
|
+
version_requirements: *70227044465900
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: jeweler
|
|
29
|
-
requirement: &
|
|
29
|
+
requirement: &70227044464260 !ruby/object:Gem::Requirement
|
|
30
30
|
none: false
|
|
31
31
|
requirements:
|
|
32
32
|
- - ~>
|
|
@@ -34,10 +34,10 @@ dependencies:
|
|
|
34
34
|
version: 1.6.4
|
|
35
35
|
type: :development
|
|
36
36
|
prerelease: false
|
|
37
|
-
version_requirements: *
|
|
37
|
+
version_requirements: *70227044464260
|
|
38
38
|
- !ruby/object:Gem::Dependency
|
|
39
39
|
name: rcov
|
|
40
|
-
requirement: &
|
|
40
|
+
requirement: &70227044462480 !ruby/object:Gem::Requirement
|
|
41
41
|
none: false
|
|
42
42
|
requirements:
|
|
43
43
|
- - ! '>='
|
|
@@ -45,10 +45,10 @@ dependencies:
|
|
|
45
45
|
version: '0'
|
|
46
46
|
type: :development
|
|
47
47
|
prerelease: false
|
|
48
|
-
version_requirements: *
|
|
48
|
+
version_requirements: *70227044462480
|
|
49
49
|
- !ruby/object:Gem::Dependency
|
|
50
50
|
name: sourcify
|
|
51
|
-
requirement: &
|
|
51
|
+
requirement: &70227044460740 !ruby/object:Gem::Requirement
|
|
52
52
|
none: false
|
|
53
53
|
requirements:
|
|
54
54
|
- - ~>
|
|
@@ -56,10 +56,10 @@ dependencies:
|
|
|
56
56
|
version: 0.5.0
|
|
57
57
|
type: :development
|
|
58
58
|
prerelease: false
|
|
59
|
-
version_requirements: *
|
|
59
|
+
version_requirements: *70227044460740
|
|
60
60
|
- !ruby/object:Gem::Dependency
|
|
61
61
|
name: sourcify
|
|
62
|
-
requirement: &
|
|
62
|
+
requirement: &70227044451340 !ruby/object:Gem::Requirement
|
|
63
63
|
none: false
|
|
64
64
|
requirements:
|
|
65
65
|
- - ~>
|
|
@@ -67,7 +67,7 @@ dependencies:
|
|
|
67
67
|
version: '0'
|
|
68
68
|
type: :runtime
|
|
69
69
|
prerelease: false
|
|
70
|
-
version_requirements: *
|
|
70
|
+
version_requirements: *70227044451340
|
|
71
71
|
description: Little library to convert Ruby blocks into JavaScript code, via S Expressions.
|
|
72
72
|
Work in progress.
|
|
73
73
|
email: danbryan@gmail.com
|
|
@@ -86,6 +86,8 @@ files:
|
|
|
86
86
|
- ShyRubyJS.gemspec
|
|
87
87
|
- VERSION
|
|
88
88
|
- lib/ShyRubyJS.rb
|
|
89
|
+
- pkg/ShyRubyJS-0.0.0.gem
|
|
90
|
+
- pkg/ShyRubyJS-0.0.1.gem
|
|
89
91
|
- test/examples.rb
|
|
90
92
|
- test/helper.rb
|
|
91
93
|
- test/test_ShyRubyJS.rb
|
|
@@ -104,7 +106,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
104
106
|
version: '0'
|
|
105
107
|
segments:
|
|
106
108
|
- 0
|
|
107
|
-
hash:
|
|
109
|
+
hash: 870597952855872225
|
|
108
110
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
109
111
|
none: false
|
|
110
112
|
requirements:
|