summary 0.6.0 → 0.6.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/CHANGELOG CHANGED
@@ -1,3 +1,4 @@
1
+ v0.6.1. README review
1
2
  v0.6.0. Code review, Removed ActiveSupport dependence
2
3
  v0.5.0. Added support for specific terminator (including html), Replaced the test units to Rspec specs, Now the summary method builds an object Summarize, Better support for versioning (MAJOR, TINY, PATCH constants)
3
4
  v0.2. Adding the support as Ruby on Rails plugin
data/README.rdoc CHANGED
@@ -33,14 +33,15 @@ This is a simple gem that generates introduction text from a long text, it will
33
33
 
34
34
  == Collaborators
35
35
 
36
- * Bruno Azisaka Maciel
36
+ * Bruno Azisaka Maciel [http://azisaka.com.br]
37
37
  * Marcio Trindade [http://marciotrindade.com]
38
+ * Philipe Casarotte (the first author)
38
39
 
39
40
  == License
40
41
 
41
42
  (The MIT License)
42
43
 
43
- Copyright (c) 2008 Philipe Casarotte
44
+ Copyright (c) 2010 Bruno Azisaka Maciel
44
45
 
45
46
  Permission is hereby granted, free of charge, to any person obtaining
46
47
  a copy of this software and associated documentation files (the
data/Rakefile CHANGED
@@ -5,7 +5,6 @@ Echoe.new('summary') do |p|
5
5
  p.email = 'bruno [at] bubble [dot] com [dot] br'
6
6
  p.url = 'http://github.com/azisaka/summary'
7
7
  p.summary = 'This is a simple gem that generates introduction text from a long text, it will always break the text at the end of the last word near to the limit you informed as argument.'
8
- # p.url = ''
9
8
  # p.docs_host = ''
10
9
  p.retain_gemspec = true
11
10
  end
data/lib/summary.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module Summary
2
2
  MAJOR = '0'
3
3
  TINY = '6'
4
- PATCH = '0'
4
+ PATCH = '1'
5
5
  VERSION = [MAJOR, TINY, PATCH] * '.'
6
6
 
7
7
  module String
data/spec/summary_spec.rb CHANGED
@@ -1,8 +1,8 @@
1
1
  require File.expand_path('spec_helper', File.dirname(__FILE__))
2
2
 
3
3
  describe Summary do
4
- it 'should be version 0.6.0' do
5
- subject::VERSION.should == '0.6.0'
4
+ it 'should be version 0.6.1' do
5
+ subject::VERSION.should == '0.6.1'
6
6
  end
7
7
  end
8
8
 
data/summary.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{summary}
5
- s.version = "0.6.0"
5
+ s.version = "0.6.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Bruno Azisaka Maciel"]
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: summary
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 0
10
- version: 0.6.0
9
+ - 1
10
+ version: 0.6.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Bruno Azisaka Maciel
metadata.gz.sig CHANGED
Binary file