pink_shirt 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/changelog +2 -0
  2. data/lib/pink_shirt/version.rb +1 -1
  3. data/licence.txt +7 -0
  4. metadata +11 -10
data/changelog CHANGED
@@ -1,3 +1,5 @@
1
+ 0.0.5
2
+ - MIT licence.
1
3
  0.0.4
2
4
  - doesn't die on unrecognised tags
3
5
  0.0.3
@@ -1,3 +1,3 @@
1
1
  class PinkShirt
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
data/licence.txt ADDED
@@ -0,0 +1,7 @@
1
+ Copyright (c) 2012 Graeme Worthy
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pink_shirt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-03-30 00:00:00.000000000 Z
12
+ date: 2012-04-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: RedCloth
16
- requirement: &70173956902260 !ruby/object:Gem::Requirement
16
+ requirement: &70259168798420 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70173956902260
24
+ version_requirements: *70259168798420
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rspec
27
- requirement: &70173956901080 !ruby/object:Gem::Requirement
27
+ requirement: &70259168797920 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: '0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70173956901080
35
+ version_requirements: *70259168797920
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: rake
38
- requirement: &70173956899000 !ruby/object:Gem::Requirement
38
+ requirement: &70259168797460 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>='
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: '0'
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *70173956899000
46
+ version_requirements: *70259168797460
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: nokogiri
49
- requirement: &70173956897640 !ruby/object:Gem::Requirement
49
+ requirement: &70259168797000 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ! '>='
@@ -54,7 +54,7 @@ dependencies:
54
54
  version: '0'
55
55
  type: :runtime
56
56
  prerelease: false
57
- version_requirements: *70173956897640
57
+ version_requirements: *70259168797000
58
58
  description: Converts Html to Textile, or as some say 'html2textile', it's built on
59
59
  nokogiri
60
60
  email:
@@ -87,6 +87,7 @@ files:
87
87
  - lib/pink_shirt/sax/script.rb
88
88
  - lib/pink_shirt/sax/tables.rb
89
89
  - lib/pink_shirt/version.rb
90
+ - licence.txt
90
91
  - pink_shirt.gemspec
91
92
  - spec/basics_spec.rb
92
93
  - spec/examples/basics.yaml