scriptify 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 +2 -0
- data/lib/scriptify/version.rb +1 -1
- data/scriptify.gemspec +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: 8a62e728fe7d7229d615553d3823e361c68cbd93
|
4
|
+
data.tar.gz: 22118c80d84ae82d3238bc3a2b04faae58161d68
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db740a8c63a34fed30d1ce981972e4b79641dbb535487c488ba1498072ea7973ef1103b75171739a0faa642a8749a2e949bd17a4f38dbd5eae343f3236e689fd
|
7
|
+
data.tar.gz: d327a6d1e07d14c58bbbea32d49631b54fe096754279c764cbddffeee17dd23fa137456049a2cb5069d6d8e9f68ded4da74090041537eafe1fe64f2a03c1f08b
|
data/README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
# Scriptify
|
2
2
|
|
3
3
|
[](https://travis-ci.org/xnt/scriptify)
|
4
|
+
[](https://badge.fury.io/rb/scriptify)
|
5
|
+
[](https://codeclimate.com/github/xnt/scriptify/maintainability)
|
4
6
|
|
5
7
|
Transforms a text/string into a reasonably accurate uppercase representation.
|
6
8
|
|
data/lib/scriptify/version.rb
CHANGED
data/scriptify.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
|
12
12
|
spec.summary = %q{Generates subscript and superscript versions of a string.}
|
13
13
|
#spec.description = %q{TODO: Write a longer description or delete this line.}
|
14
|
-
spec.homepage = "https://github.com/xnt/scriptify
|
14
|
+
spec.homepage = "https://github.com/xnt/scriptify"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scriptify
|
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
|
- Vicente Plata
|
@@ -74,7 +74,7 @@ files:
|
|
74
74
|
- lib/scriptify/scriptify_catalog.rb
|
75
75
|
- lib/scriptify/version.rb
|
76
76
|
- scriptify.gemspec
|
77
|
-
homepage: https://github.com/xnt/scriptify
|
77
|
+
homepage: https://github.com/xnt/scriptify
|
78
78
|
licenses:
|
79
79
|
- MIT
|
80
80
|
metadata: {}
|