coffee-react 4.0.0 → 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +19 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e4bc2875eb84d5a7523787f2139e8e9e34568933
4
- data.tar.gz: 04640fd536d3a41d75c447f36dc465f4e6718052
3
+ metadata.gz: 3cf3f32f29a078ba2e030838c223faceedf636e1
4
+ data.tar.gz: f9b01e127f6c64c0caa1949bc1d667f935f5671d
5
5
  SHA512:
6
- metadata.gz: 9233a037475d4bea1981d05c16a8488e7f2a29cb45bcd1d2086867468b7acede4e6c6402950e36fb28ae0589fc55223427dab18951014d9a52c5a717b66b4184
7
- data.tar.gz: 4382ea8d1a7b7ada37d9a8c404ceb28bfadb6f95ca96171cd5a69d911e5f4b21361f36e5eb773004530447688acfca9d3bcea7a98ad06f64d0d58e8a5146b53d
6
+ metadata.gz: bcacc8467b39a709d344f457bebb103398d4d37b7b6fe5cbf5491daa46664f8b7854c0a075a92acac0809eae84f7bdbff813c57f556717d22097ccb0cbc99b6d
7
+ data.tar.gz: ff0a7e00ddad1d5aa7942c46ee0634c8dbc3b6d8d785cd95baeaa2e38c97dc465de0e047e51f1e2834c72dbbe6db10c27fdba7306cf5e4a5b8f53c4a1a0b0bcf
data/README.md CHANGED
@@ -1,6 +1,25 @@
1
1
  ruby-coffee-react
2
2
  =================
3
3
 
4
+ # STATUS: DEPRECATED
5
+
6
+ This tool is no longer maintained. If you need to transition your codebase from
7
+ it, a codemod is available to do so: [cjsx-codemod](https://github.com/jsdf/cjsx-codemod)
8
+
9
+ This project started as a way for me to explore how JSX could fit into
10
+ Coffeescript syntax, as a quickly hacked together prototype. While I never
11
+ really promoted it, it quickly took on a life of its own, and before long people
12
+ were asking for it to support all kinds of different use cases. On top of that I
13
+ had no experience writing parsers, so the result is something with
14
+ [insurmountable limitations](https://github.com/jsdf/coffee-react/issues/32).
15
+
16
+ As I eventually stopped using Coffeescript I ended up neglecting this project,
17
+ but as people were using it I didn't want to kill it. I really should have,
18
+ however, because it meant that people were using a crappy, ill-conceived,
19
+ unmaintained tool. Now, long overdue, I'm putting it out to pasture.
20
+
21
+ Original readme follows:
22
+
4
23
  `ruby-coffee-react` is a bridge to the npm [coffee-react-transform](https://github.com/jsdf/coffee-react-transform) module.
5
24
 
6
25
  CoffeeReact.transform File.open("component.cjsx")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coffee-react
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Friend
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-17 00:00:00.000000000 Z
11
+ date: 2016-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: execjs