unirer-bootstrap 0.11 → 0.12
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 +4 -4
- data/README.md +1 -0
- data/app/helpers/unirer/bootstrap/application_helper.rb +3 -0
- data/lib/unirer/bootstrap/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e976b2377499ac3a1660efb4453d7dd8ab2607bd
|
|
4
|
+
data.tar.gz: 3dd952cde244ad7feba5208034c11fa42c6e8e03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a71bcd36d62ebba3c293d5aacbe13d0eb7e5679b2748150f8706018f192cda53f349d002dad997ba73aeccb024afcf01cc1867e023bbf420fdd62e56a0b307ef
|
|
7
|
+
data.tar.gz: bd778afdbb3e4c459c0affb0e9aefa524a5c892757baec43462d7f1aa41e69480b9d15f26182839cec18ddd534bf48d7a8ab5f23d200f1faa836be4fd11e64fb
|
data/README.md
CHANGED
|
@@ -11,6 +11,7 @@ Unirer (统一资源表现)是一系列的资源表现引擎。Bootstrap 资源
|
|
|
11
11
|
## Recent Update
|
|
12
12
|
Check out the [Road Map](ROADMAP.md) to find out what's the next.
|
|
13
13
|
Check out the [Change Log](CHANGELOG.md) to find out what's new.
|
|
14
|
+
This Ruby Gem is deprecated. Please use [Repres HyperText](https://badge.fury.io/rb/repres-hyper_text) & [Repres Bootstrap](https://badge.fury.io/rb/repres-bootstrap) instead.
|
|
14
15
|
|
|
15
16
|
|
|
16
17
|
|
|
@@ -8,4 +8,7 @@ module Unirer::Bootstrap::ApplicationHelper
|
|
|
8
8
|
defined?(options) ? options.try(:[], name).try(:[], :version)||default_version : default_version
|
|
9
9
|
end
|
|
10
10
|
|
|
11
|
+
deprecate library_enabled?: :'Repres::HyperText::ApplicationHelper#library_enabled?', deprecator: ActiveSupport::Deprecation.new('0.12', 'unirer-bootstrap')
|
|
12
|
+
deprecate library_version: :'Repres::HyperText::ApplicationHelper#library_version', deprecator: ActiveSupport::Deprecation.new('0.12', 'unirer-bootstrap')
|
|
13
|
+
|
|
11
14
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: unirer-bootstrap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.12'
|
|
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-
|
|
11
|
+
date: 2016-04-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|