sprockets-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.rdoc +19 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6bf551c447131b2b1ffe4fa811d4e29581a72eb1
4
- data.tar.gz: 0ca967470f1d2fc250ac347ac676b4ddbb6aa4c6
3
+ metadata.gz: 56e79568bd8712667bd7b1c195d87a96bd7b4255
4
+ data.tar.gz: 936266df81365299c5e25266dd6331bf676528d6
5
5
  SHA512:
6
- metadata.gz: 96f637f1d5df959817b94a3841bd78356c2f0256e9aeea916b826cff62bc3d72a8d572e519a6b000c79cd37bbd9da5be3b868190a59d364d5433cd0d19e56ef0
7
- data.tar.gz: 0cb667c65d34573408852ec74c26058481cd74208d010081319004a5b9db47772ccfb0dab39156aaccb6e341e42396f65c4fd120f23e92dd5b4a7e0ba6674f61
6
+ metadata.gz: 0258323fdaa52240b306ab17d7b668dce9faea7fcc9c480a57089fbcfe83a71ce8160bd4c8f6655b182d6554f24c24482405a191bd0ab53dac7867487b25aa1e
7
+ data.tar.gz: d9142c5300920202521536dc2ae501c3a0db3518ca9987c513c3ec54cbf5e233017d157f2f5ec31456133f74364717bfab707a500575de0dad18a0534c2de366
@@ -1,5 +1,24 @@
1
1
  = sprockets-coffee-react
2
2
 
3
+ = STATUS: DEPRECATED
4
+
5
+ This tool is no longer maintained. If you need to transition your codebase from
6
+ it, a codemod is available to do so: {cjsx-codemod}[https://github.com/jsdf/cjsx-codemod]
7
+
8
+ This project started as a way for me to explore how JSX could fit into
9
+ Coffeescript syntax, as a quickly hacked together prototype. While I never
10
+ really promoted it, it quickly took on a life of its own, and before long people
11
+ were asking for it to support all kinds of different use cases. On top of that I
12
+ had no experience writing parsers, so the result is something with
13
+ {insurmountable limitations}[https://github.com/jsdf/coffee-react/issues/32].
14
+
15
+ As I eventually stopped using Coffeescript I ended up neglecting this project,
16
+ but as people were using it I didn't want to kill it. I really should have,
17
+ however, because it meant that people were using a crappy, ill-conceived,
18
+ unmaintained tool. Now, long overdue, I'm putting it out to pasture.
19
+
20
+ Original readme follows:
21
+
3
22
  == Compatibility
4
23
  sprockets-coffee-react 2.x is compatible with react ^0.12.0
5
24
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprockets-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: coffee-react