tagify_string 1.0.0 → 1.0.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.
- data/lib/tagify_string/version.rb +1 -1
- data/tagify_string.gemspec +1 -1
- metadata +2 -2
data/tagify_string.gemspec
CHANGED
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
|
|
|
12
12
|
gem.email = ["rayparkerbassplayer@gmail.com"]
|
|
13
13
|
gem.description = %q{Adds 'tagify' and 'tagify!' to the Ruby string class. This is pretty much 'parameterize', but upper case by default.}
|
|
14
14
|
gem.summary = %q{This is reasonably trivial functionality being split off into a gem for the purpose of consistency throughout a number of Shermans applications. This give Shermans the ability to take any string and 'tagify' it so that it is a predictable and typeable (in the keyboard sense) string for writing custom queries and reports on the SailThru web site.}
|
|
15
|
-
gem.homepage = ""
|
|
15
|
+
gem.homepage = "http://github.com/RayParkerBassPlayer/tagify_string"
|
|
16
16
|
|
|
17
17
|
gem.add_development_dependency "rspec"
|
|
18
18
|
gem.add_development_dependency "rake"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tagify_string
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -95,7 +95,7 @@ files:
|
|
|
95
95
|
- spec/models/string_spec.rb
|
|
96
96
|
- spec/spec_helper.rb
|
|
97
97
|
- tagify_string.gemspec
|
|
98
|
-
homepage:
|
|
98
|
+
homepage: http://github.com/RayParkerBassPlayer/tagify_string
|
|
99
99
|
licenses: []
|
|
100
100
|
post_install_message:
|
|
101
101
|
rdoc_options: []
|