to-class 1.4 → 1.5

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.
Files changed (3) hide show
  1. data/.yardopts +1 -1
  2. data/to-class.gemspec +1 -1
  3. metadata +1 -1
data/.yardopts CHANGED
@@ -1 +1 @@
1
- -m markdown lib/**/*.rb - LICENSE
1
+ --charset UTF-8 --markup markdown lib/**/*.rb - LICENSE
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'to-class'
3
- s.version = '1.4'
3
+ s.version = '1.5'
4
4
  s.summary = 'Get a class from a symbol or string of its name in one fell swoop.'
5
5
  s.homepage = 'http://codyrobbins.com/software/to-class'
6
6
  s.author = 'Cody Robbins'
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: to-class
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: "1.4"
5
+ version: "1.5"
6
6
  platform: ruby
7
7
  authors:
8
8
  - Cody Robbins