cassiopee 0.1.8 → 0.1.9

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,4 +1,5 @@
1
- v0.1.8/ remove rubygems dependency in code.
1
+ v0.1.9: move demos to bin, to be dir compliant
2
+ v0.1.8: remove rubygems dependency in code.
2
3
  v0.1.7: Fix in ambiguity management
3
4
  v0.1.6: Fix ambiguity and cache support in CassiopeeMT
4
5
  v0.1.5 : add CrawlerCache for basic cache management (previous result only), several fixes
@@ -1,4 +1,7 @@
1
- require File.join(File.dirname(__FILE__), 'lib/cassiopee-mt')
1
+ #!/usr/bin/env ruby
2
+
3
+ $:.unshift '../lib'
4
+ require 'cassiopee-mt'
2
5
  require 'logger'
3
6
 
4
7
  # Instanciate a new crawler
@@ -1,4 +1,6 @@
1
- require File.join(File.dirname(__FILE__), 'lib/cassiopee')
1
+ #!/usr/bin/env ruby
2
+ $:.unshift '../lib'
3
+ require 'cassiopee'
2
4
  require 'logger'
3
5
 
4
6
  # Instanciate a new crawler
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cassiopee
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 8
10
- version: 0.1.8
9
+ - 9
10
+ version: 0.1.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Olivier Sallou
@@ -46,8 +46,8 @@ files:
46
46
  - README
47
47
  - Changelog
48
48
  - LICENSE
49
- - demo.rb
50
- - demo-mt.rb
49
+ - bin/demo.rb
50
+ - bin/demo-mt.rb
51
51
  - lib/cassiopee.rb
52
52
  - lib/cassiopee-mt.rb
53
53
  - bin/cassie.rb