sshingler-jkl 0.0.2 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/License.txt CHANGED
@@ -1,3 +1,5 @@
1
+ (The MIT License)
2
+
1
3
  Copyright (c) 2008,2009 Steven Shingler
2
4
 
3
5
  Permission is hereby granted, free of charge, to any person obtaining
data/README.rdoc ADDED
@@ -0,0 +1,28 @@
1
+ = jkl
2
+
3
+ * http://github.com/sshingler/jkl
4
+
5
+ == LICENSE:
6
+
7
+ (The MIT License)
8
+
9
+ Copyright (c) 2009 FIXME full name
10
+
11
+ Permission is hereby granted, free of charge, to any person obtaining
12
+ a copy of this software and associated documentation files (the
13
+ 'Software'), to deal in the Software without restriction, including
14
+ without limitation the rights to use, copy, modify, merge, publish,
15
+ distribute, sublicense, and/or sell copies of the Software, and to
16
+ permit persons to whom the Software is furnished to do so, subject to
17
+ the following conditions:
18
+
19
+ The above copyright notice and this permission notice shall be
20
+ included in all copies or substantial portions of the Software.
21
+
22
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
23
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
24
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
25
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
26
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
27
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
28
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,7 +1,7 @@
1
- require 'lib/rest_client.rb'
2
- require 'lib/rss_client.rb'
3
- require 'lib/calais_client.rb'
4
- require 'lib/url_doc_handler.rb'
1
+ require 'lib/jkl/rest_client.rb'
2
+ require 'lib/jkl/rss_client.rb'
3
+ require 'lib/jkl/calais_client.rb'
4
+ require 'lib/jkl/url_doc_handler.rb'
5
5
 
6
6
  module Jkl
7
7
 
@@ -1,5 +1,5 @@
1
1
  require 'json'
2
- require 'lib/rest_client'
2
+ require 'lib/jkl/rest_client'
3
3
 
4
4
  module Jkl
5
5
 
File without changes
File without changes
@@ -1,5 +1,5 @@
1
1
  require 'hpricot'
2
- require 'rest_client'
2
+ require 'lib/jkl/rest_client'
3
3
 
4
4
  module Jkl
5
5
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sshingler-jkl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - steven shingler
@@ -14,27 +14,26 @@ date: 2009-08-27 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies: []
16
16
 
17
- description: Jkl is a Ruby library and Sinatra app for dealing with information overload.
17
+ description: Jkl is a Ruby library for dealing with information overload.
18
18
  email: "'shingler@gmail.com'"
19
19
  executables: []
20
20
 
21
21
  extensions: []
22
22
 
23
23
  extra_rdoc_files:
24
- - README
24
+ - README.rdoc
25
25
  - License.txt
26
26
  files:
27
- - lib/calais_client.rb
28
- - lib/jkl_client.rb
29
- - lib/persistence_client.rb
30
- - lib/rest_client.rb
31
- - lib/rss_client.rb
32
- - lib/url_doc_handler.rb
33
- - README
27
+ - lib/jkl.rb
28
+ - lib/jkl/calais_client.rb
29
+ - lib/jkl/persistence_client.rb
30
+ - lib/jkl/rest_client.rb
31
+ - lib/jkl/rss_client.rb
32
+ - lib/jkl/url_doc_handler.rb
33
+ - README.rdoc
34
34
  - License.txt
35
35
  has_rdoc: false
36
36
  homepage: http://github.com/sshingler/jkl
37
- licenses:
38
37
  post_install_message:
39
38
  rdoc_options:
40
39
  - --inline-source
@@ -56,9 +55,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
55
  requirements: []
57
56
 
58
57
  rubyforge_project:
59
- rubygems_version: 1.3.5
58
+ rubygems_version: 1.2.0
60
59
  signing_key:
61
60
  specification_version: 2
62
- summary: Jkl is a Ruby library and Sinatra app for dealing with information overload.
61
+ summary: Jkl is a Ruby library for dealing with information overload.
63
62
  test_files: []
64
63
 
data/README DELETED
File without changes