headliner 0.1.1 → 0.1.2

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/Rakefile CHANGED
@@ -30,7 +30,7 @@ begin
30
30
  gemspec.description = "Assign and format page titles from your views"
31
31
  gemspec.email = "shura.71@gmail.com"
32
32
  gemspec.homepage = "http://github.com/shura71/headliner"
33
- gemspec.authors = ["Alexander Shcherban"]
33
+ gemspec.authors = ["Patrick Crowley","Alexander Shcherban"]
34
34
  end
35
35
  Jeweler::GemcutterTasks.new
36
36
  rescue LoadError
data/headliner.gemspec CHANGED
@@ -5,10 +5,10 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "headliner"
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Alexander Shcherban"]
11
+ s.authors = ["Patrick Crowley", "Alexander Shcherban"]
12
12
  s.date = "2012-01-24"
13
13
  s.description = "Assign and format page titles from your views"
14
14
  s.email = "shura.71@gmail.com"
@@ -23,6 +23,7 @@ Gem::Specification.new do |s|
23
23
  "headliner.gemspec",
24
24
  "init.rb",
25
25
  "lib/headliner.rb",
26
+ "pkg/headliner-0.1.1.gem",
26
27
  "spec/headliner_spec.rb",
27
28
  "spec/spec_helper.rb"
28
29
  ]
data/lib/headliner.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Headliner
2
- VERSION = "0.1.1".freeze
2
+ VERSION = "0.1.2".freeze
3
3
 
4
4
  def title(options, headline='')
5
5
  if options.is_a? String
Binary file
metadata CHANGED
@@ -1,15 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: headliner
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
+ - Patrick Crowley
13
14
  - Alexander Shcherban
14
15
  autorequire:
15
16
  bindir: bin
@@ -34,6 +35,7 @@ files:
34
35
  - headliner.gemspec
35
36
  - init.rb
36
37
  - lib/headliner.rb
38
+ - pkg/headliner-0.1.1.gem
37
39
  - spec/headliner_spec.rb
38
40
  - spec/spec_helper.rb
39
41
  homepage: http://github.com/shura71/headliner