reactionifier 0.0.1 → 0.0.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/LICENSE ADDED
@@ -0,0 +1,22 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2013 Stuart Campbell
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ 'Software'), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/lib/reactionifier.rb CHANGED
@@ -5,9 +5,7 @@ require 'nokogiri'
5
5
 
6
6
  module Reactionifier
7
7
 
8
- VERSION = '0.0.1'
9
-
10
- class Error < Exception; end
8
+ VERSION = '0.0.2'
11
9
 
12
10
  class Reactionifier
13
11
 
@@ -1,6 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "reactionifier"
3
- s.version = "0.0.1"
3
+ s.license = "MIT"
4
+ s.version = "0.0.2"
4
5
  s.authors = ["Stuart Campbell"]
5
6
  s.email = ["stuart@harto.org"]
6
7
  s.homepage = "http://github.com/harto/reactionifier"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reactionifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-21 00:00:00.000000000 Z
12
+ date: 2013-08-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri
@@ -85,6 +85,7 @@ files:
85
85
  - .gitignore
86
86
  - Gemfile
87
87
  - Gemfile.lock
88
+ - LICENSE
88
89
  - README.md
89
90
  - Rakefile
90
91
  - lib/reactionifier.rb
@@ -93,7 +94,8 @@ files:
93
94
  - spec/sample_data/no_results.html
94
95
  - spec/sample_data/search_results.html
95
96
  homepage: http://github.com/harto/reactionifier
96
- licenses: []
97
+ licenses:
98
+ - MIT
97
99
  post_install_message:
98
100
  rdoc_options: []
99
101
  require_paths: