repres-react 1.1 → 1.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0883a8b54fff461519c462ed37aec500f6f6e028
4
- data.tar.gz: 5a8bdfd740e67607f96aaba0d9d3381b4c3509fe
3
+ metadata.gz: be61f300271a7c15528399b3d5bf97509040df43
4
+ data.tar.gz: 4a2c93053d438c671ec887434e784de5f1da0d9f
5
5
  SHA512:
6
- metadata.gz: d8b152531dd454a319e55ca01e432d62446063dd07cc5677a89b1975a51252714e38fdf0bda05b0f3bc5685ff63b5af3d318d53a3428fe2644412665e08a3198
7
- data.tar.gz: 8977799bc90f3c2aa29b33c8c9689d177571a0d08bb7c46fa517a9d0fabed4b0c3db120c9c0988cf1efa80a687fdc59ba6ce3f8a643a18d111984f2c79b75e34
6
+ metadata.gz: f248c1b04dde34431bcd2cd11843738f333b526081efa35f27586ac38f09ddef9e478d35f81c399cdec1dec76ffa81cbccc31700ff1e784cc904044d4bcf4d7f
7
+ data.tar.gz: 0ea71e07814c6485d5a72ee01856c42e7fd88aff48f2b7821bf2fe3fae6e5fbfc1cf7e6406f9c94d2ac9f8c4519dbbf93b92c45324ea2ecd71d3d647e38408c8
data/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![License](https://img.shields.io/badge/license-MIT-green.svg)](http://opensource.org/licenses/MIT)
4
4
  [![Gem Version](https://badge.fury.io/rb/repres-react.svg)](https://badge.fury.io/rb/repres-react)
5
+ [![Dependency Status](https://gemnasium.com/badges/github.com/topbitdu/repres-react.svg)](https://gemnasium.com/github.com/topbitdu/repres-react)
5
6
 
6
7
  Repres (REsource PRESentation) is a series of resource presentation engines. The React resource presentation engine includes React-based resource presentation templates & snippets. Repres (资源表现)是一系列的资源表现引擎。React 资源表现引擎包括基于React的资源表现模版和片段。
7
8
 
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <title>Repres React</title>
5
- <%= stylesheet_link_tag "repres/react/application", media: "all" %>
5
+ <%= stylesheet_link_tag "repres/react/application", media: "all" %>
6
6
  <%= csrf_meta_tags %>
7
7
  </head>
8
8
  <body>
@@ -1,4 +1,4 @@
1
1
  <% options = defined?(options) ? options : nil %>
2
2
 
3
- <%= javascript_include_tag "//cdn.bootcss.com/react/#{library_version(:react, '15.3.1', options)}/react.min.js" if library_enabled?(:react, options) %>
4
- <%= javascript_include_tag "//cdn.bootcss.com/react/#{library_version(:'react-dom', '15.3.1', options)}/react-dom.min.js" if library_enabled?(:'react-dom', options) %>
3
+ <%= javascript_include_tag "//cdn.bootcss.com/react/#{library_version(:react, '15.3.2', options)}/react.min.js" if library_enabled?(:react, options) %>
4
+ <%= javascript_include_tag "//cdn.bootcss.com/react/#{library_version(:'react-dom', '15.3.2', options)}/react-dom.min.js" if library_enabled?(:'react-dom', options) %>
@@ -1,5 +1,5 @@
1
1
  module Repres
2
2
  module React
3
- VERSION = '1.1'.freeze
3
+ VERSION = '1.1.1'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: repres-react
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.1'
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Topbit Du
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-26 00:00:00.000000000 Z
11
+ date: 2016-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails