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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 986a9fa70c9a8db974b031347dee356a6d0b826b
4
- data.tar.gz: 8621cb6a2c10db3ecbf8b911be2d2129e9b3610b
3
+ metadata.gz: 8a62e728fe7d7229d615553d3823e361c68cbd93
4
+ data.tar.gz: 22118c80d84ae82d3238bc3a2b04faae58161d68
5
5
  SHA512:
6
- metadata.gz: 5dc73db08415ca7805a455dfb3e2a28a921386cfb676525cc345714a54d41edc7d58ed24afcb0d67a2ad1683dc10337cf4ca459302a9b5d8629d15a6611ab020
7
- data.tar.gz: 93220d3a30a35cdbb7c3e082325df39e6fb0b775d30e7aa48cc481fa4ae128f59ae111505b0b793ae45d5f9655a18599a2ebe614fbfbbb10bb59fa4613f7db93
6
+ metadata.gz: db740a8c63a34fed30d1ce981972e4b79641dbb535487c488ba1498072ea7973ef1103b75171739a0faa642a8749a2e949bd17a4f38dbd5eae343f3236e689fd
7
+ data.tar.gz: d327a6d1e07d14c58bbbea32d49631b54fe096754279c764cbddffeee17dd23fa137456049a2cb5069d6d8e9f68ded4da74090041537eafe1fe64f2a03c1f08b
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # Scriptify
2
2
 
3
3
  [![Build Status](https://travis-ci.org/xnt/scriptify.svg?branch=master)](https://travis-ci.org/xnt/scriptify)
4
+ [![Gem Version](https://badge.fury.io/rb/scriptify.svg)](https://badge.fury.io/rb/scriptify)
5
+ [![Maintainability](https://api.codeclimate.com/v1/badges/41a32a4fe69d448428fd/maintainability)](https://codeclimate.com/github/xnt/scriptify/maintainability)
4
6
 
5
7
  Transforms a text/string into a reasonably accurate uppercase representation.
6
8
 
@@ -1,3 +1,3 @@
1
1
  module Scriptify
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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: {}