texttube 5.0.2 → 5.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGES.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # CH CH CH CHANGES! #
2
2
 
3
- ## Thursday the 27th of June, 2013, v5.0.2 ##
3
+ ## Thursday the 27th of June, 2013, ##
4
+
5
+ ### v5.0.3 ###
6
+
7
+ * Included link to source in gemspec.
8
+
9
+ ----
10
+
11
+ ### v5.0.2 ###
4
12
 
5
13
  * Renamed library.
6
14
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module TextTube
4
4
  # This library's version.
5
- VERSION = "5.0.2"
5
+ VERSION = "5.0.3"
6
6
  end
data/texttube.gemspec CHANGED
@@ -17,4 +17,5 @@ Gem::Specification.new do |s|
17
17
  s.add_dependency("coderay", '~>1.0' )
18
18
  s.email = "iainspeed @nospam@ gmail.com"
19
19
  s.test_files = `git ls-files -- {test,spec,features}`.split("\n")
20
+ s.homepage = "https://github.com/yb66/TextTube"
20
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: texttube
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.2
4
+ version: 5.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -74,7 +74,7 @@ files:
74
74
  - spec/markdownfilters_spec.rb
75
75
  - spec/spec_helper.rb
76
76
  - texttube.gemspec
77
- homepage:
77
+ homepage: https://github.com/yb66/TextTube
78
78
  licenses: []
79
79
  post_install_message:
80
80
  rdoc_options: []