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 +1 -0
- data/README.rdoc +3 -2
- data/Rakefile +0 -1
- data/lib/summary.rb +1 -1
- data/spec/summary_spec.rb +2 -2
- data/summary.gemspec +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -3
- metadata.gz.sig +0 -0
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)
|
|
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
data/spec/summary_spec.rb
CHANGED
data/summary.gemspec
CHANGED
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:
|
|
4
|
+
hash: 5
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 6
|
|
9
|
-
-
|
|
10
|
-
version: 0.6.
|
|
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
|