react-rails 0.9.0.0 → 0.10.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OWZjMTI2MDFiOTdlMTAwYjhhYmM1YzIzZDUyZGUwMjE2OTU5ZTljYg==
4
+ YzQyNTAzMTFkM2IzOWU3ODQ3OGViY2I3ZmQxMmFhYjIxNTJjY2Q2Mw==
5
5
  data.tar.gz: !binary |-
6
- NWRlNzJhYjQ0MzZhNWE4MWQ2MjJhNWFmZGFmZDI0MWE3YWJhM2MxYw==
6
+ NGQ5MTYwNzQ5ZWJjMzEzMjNkYzJkOGJjZDRhODA0Y2IzNWI3NWU4Ng==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NDVlMTZiMDFlY2JhNTE1ZjIwNjcwMzQwOTgzNGIxOWNlYjdkMTE5MmIxMmY1
10
- ZGZiMTg4ZTcyNzI3MjhlZjg2OGE0NzU1NjljZjc2NDZjMGU4MGQxMTI0ZTdk
11
- M2Q3MDFkYTUyNDE4MjUyZDAwMTA5OGZhZjQ3YTM1MDgzNGM1YjI=
9
+ YjViNDMxYTZkMzZhZGQ4ZjA5MjFkNjU2NzVlNjJiYTIwMTRkY2ViMGEzZjhj
10
+ ZjU5YTg1OWRmNmRhNWI4YWY3MzE5NDYxZjNmZGFhZTNjOWRiMjk0MDgzNjM0
11
+ OWI0NmI3NTZkYjAyZDNmYjhjY2U3MzBhMWJhZTg2MWZlOGI5YzA=
12
12
  data.tar.gz: !binary |-
13
- ZTU1OTQ1MDY2NWE4Y2Y5NGRhMzYyNmYyMThhN2RjYmEzZTZhYmM0OWE1NWQz
14
- NmFkMDAzMGRkNzE1MGE0NGY1OTNkMjI1NzI2YTJlZjg2NTNmZjg1ZTlkZDIy
15
- NmI0MTIyMmI1MDIyZTVkMDZjZTBkMzgyNDJmMWUwYTRhNGFhODE=
13
+ MzFiMzg0ODY1NjQ1YjUwMzMwNGU3YWU3OTIyY2Q5YjY2YzNjNDFkYjNkNWQz
14
+ NmJmMzRiMTEwYjdiMGQ1ODMxOTc4Njk2ZjViOThjY2VjMWUwYWYyNDE0ZTMx
15
+ YmE3MTVkMzk4ODczMzZiNTEzZWQyMGU1ZmI2NjcyNWQ4OGQ2MWQ=
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # react-rails [![Build Status](https://travis-ci.org/facebook/react-rails.png)](https://travis-ci.org/facebook/react-rails) [![Code Climate](https://codeclimate.com/github/facebook/react-rails.png)](https://codeclimate.com/github/facebook/react-rails)
1
+ # react-rails [![Build Status](https://travis-ci.org/reactjs/react-rails.png)](https://travis-ci.org/reactjs/react-rails) [![Code Climate](https://codeclimate.com/github/reactjs/react-rails.png)](https://codeclimate.com/github/reactjs/react-rails)
2
2
 
3
3
  react-rails is a ruby gem which makes it easier to use [React](http://facebook.github.io/react/) and [JSX](http://facebook.github.io/react/docs/jsx-in-depth.html) in your Ruby on Rails application.
4
4
 
@@ -17,7 +17,7 @@ As with all gem dependencies, we strongly recommend adding `react-rails` to your
17
17
  ```ruby
18
18
  # Gemfile
19
19
 
20
- gem 'react-rails', '~> 0.9.0.0'
20
+ gem 'react-rails', '~> 0.10.0.0'
21
21
  ```
22
22
 
23
23
 
@@ -2,7 +2,7 @@ module React
2
2
  module Rails
3
3
  # Version numbers will track react-source, but we'll add another level so
4
4
  # that we can increment, but have some amount of stability.
5
- VERSION = '0.9.0.0'
5
+ VERSION = '0.10.0.0'
6
6
  end
7
7
  end
8
8
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: react-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0.0
4
+ version: 0.10.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul O’Shannessy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-21 00:00:00.000000000 Z
11
+ date: 2014-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -86,14 +86,14 @@ dependencies:
86
86
  requirements:
87
87
  - - '='
88
88
  - !ruby/object:Gem::Version
89
- version: 0.9.0
89
+ version: 0.10.0
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - '='
95
95
  - !ruby/object:Gem::Version
96
- version: 0.9.0
96
+ version: 0.10.0
97
97
  description: Compile your JSX on demand or precompile for production.
98
98
  email:
99
99
  - paul@oshannessy.com