c80_features 0.1.0 → 0.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 +4 -4
- data/README.md +1 -1
- data/c80_features.gemspec +1 -1
- data/lib/c80_features/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: 5fba2ecd99739291c006aa2e4abd89924eed8a12
|
|
4
|
+
data.tar.gz: 517aca1f491b444d31765baf117a4da99f83306c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e3fee855f09a9ea63168ee898936e1051905a576f30eeb75c707dc586eb7a2a4379ef175251c5b429562401b18ef86e28381a8301fe676570d7af0cd88005e0
|
|
7
|
+
data.tar.gz: 0e41a3d1cb3ac8269fef0eba23f0f56e02d9955b2f4b46c62116a6dd1e52903069d570ad544d1fbab54edbed5e679194ddce8c3a27c09281fad573768dea73b5
|
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# C80Features
|
|
2
2
|
|
|
3
3
|
[](http://badge.fury.io/rb/c80_features)
|
|
4
|
-
[](https://travis-ci.org/c80609a/c80_features.svg)
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Adds model Features::Para (paragraph) to site,
|
data/c80_features.gemspec
CHANGED
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
spec.description = 'Adds model Features::Para (paragraph) to site,
|
|
14
14
|
which are usually enumerated as text blocks one by one in a single row
|
|
15
15
|
(e.g.: testimonials, features, trust symbols etc.). '
|
|
16
|
-
spec.homepage = ""
|
|
16
|
+
spec.homepage = "https://github.com/c80609a/c80_features"
|
|
17
17
|
spec.license = "MIT"
|
|
18
18
|
|
|
19
19
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
data/lib/c80_features/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: c80_features
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- C80609A
|
|
@@ -117,7 +117,7 @@ files:
|
|
|
117
117
|
- lib/c80_features.rb
|
|
118
118
|
- lib/c80_features/engine.rb
|
|
119
119
|
- lib/c80_features/version.rb
|
|
120
|
-
homepage:
|
|
120
|
+
homepage: https://github.com/c80609a/c80_features
|
|
121
121
|
licenses:
|
|
122
122
|
- MIT
|
|
123
123
|
metadata: {}
|