RBX 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.md +13 -0
  4. data/lib/rbx/version.rb +3 -0
  5. metadata +47 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 2c2c1f39007e62bd2f26327c6482d61d668ab4a8
4
+ data.tar.gz: e4174891d1e0e542dfd55c39bc8c33ea7dc13b48
5
+ SHA512:
6
+ metadata.gz: 72521f233dd69dfde79d8c8fd3aaefb3c487a674208f83a8a78f8e064285218e74519e954929b59f708d149c1378b25d2a6a655881be5acd6c35d80c2eca4dfc
7
+ data.tar.gz: 2b6934f99e1df45ba195846e9714d3b2ea61015334ed0adab53936977e4b6b1d588ffec056adb4089bf51f4f13e2a9a2f5d155799a6ac753c325cf83e895f8bb
@@ -0,0 +1,20 @@
1
+ Copyright 2015 Viget
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,13 @@
1
+ # RBX
2
+
3
+ An XML-like syntax extension for Ruby.
4
+
5
+ It's [JSX](https://facebook.github.io/jsx/) for Ruby.
6
+
7
+ ## Installation
8
+
9
+ `gem install rbx`
10
+
11
+ ## Usage
12
+
13
+ Coming soon.
@@ -0,0 +1,3 @@
1
+ module RBX
2
+ VERSION = "0.0.0"
3
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: RBX
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Lawson Kurtz
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-04-23 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: RBX is a syntax extension for Ruby that feels like XML. Heavily inspired
14
+ by Facebook's JSX - https://facebook.github.io/jsx/
15
+ email: lawson.kurtz@viget.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/rbx/version.rb
21
+ - MIT-LICENSE
22
+ - README.md
23
+ homepage: http://viget.com
24
+ licenses:
25
+ - MIT
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - '>='
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubyforge_project:
43
+ rubygems_version: 2.0.2
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: JSX for Ruby
47
+ test_files: []