spidr 0.2.7 → 0.3.0

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/.gitignore DELETED
@@ -1,9 +0,0 @@
1
- pkg
2
- doc
3
- web
4
- tmp
5
- .DS_Store
6
- .bundle
7
- .yardoc
8
- *.swp
9
- *~
data/.specopts DELETED
@@ -1 +0,0 @@
1
- --colour --format specdoc
data/Gemfile.lock DELETED
@@ -1,39 +0,0 @@
1
- GIT
2
- remote: git://github.com/technicalpickles/jeweler.git
3
- revision: 7856803
4
- specs:
5
- jeweler (1.4.0)
6
- bundler (>= 0.9.5)
7
- gemcutter (>= 0.1.0)
8
- git (>= 1.2.5)
9
- rake
10
-
11
- GEM
12
- remote: https://rubygems.org/
13
- specs:
14
- gemcutter (0.6.1)
15
- git (1.2.5)
16
- json_pure (1.4.6)
17
- nokogiri (1.4.3.1)
18
- rack (1.2.1)
19
- rake (0.8.7)
20
- rdiscount (1.6.5)
21
- rspec (1.3.0)
22
- sinatra (1.0)
23
- rack (>= 1.0)
24
- wsoc (0.1.3)
25
- json_pure (~> 1.4.0)
26
- sinatra (~> 1.0)
27
- yard (0.5.8)
28
-
29
- PLATFORMS
30
- ruby
31
-
32
- DEPENDENCIES
33
- jeweler (~> 1.4.0)!
34
- nokogiri (>= 1.3.0)
35
- rake (~> 0.8.7)
36
- rdiscount (~> 1.6.3)
37
- rspec (~> 1.3.0)
38
- wsoc (~> 0.1.3)
39
- yard (~> 0.5.3)