em-campfire 0.0.1 → 1.0.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/Gemfile.lock DELETED
@@ -1,51 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- em-campfire (0.0.1)
5
- em-http-request (~> 1.0.0.beta.4)
6
- eventmachine (~> 1.0.0.beta.4)
7
- yajl-ruby (~> 0.8.3)
8
-
9
- GEM
10
- remote: http://rubygems.org/
11
- specs:
12
- addressable (2.2.6)
13
- cookiejar (0.3.0)
14
- crack (0.3.1)
15
- diff-lcs (1.1.3)
16
- em-http-request (1.0.1)
17
- addressable (>= 2.2.3)
18
- cookiejar
19
- em-socksify
20
- eventmachine (>= 1.0.0.beta.4)
21
- http_parser.rb (>= 0.5.3)
22
- em-socksify (0.1.0)
23
- eventmachine
24
- eventmachine (1.0.0.beta.4)
25
- http_parser.rb (0.5.3)
26
- metaclass (0.0.1)
27
- mocha (0.10.0)
28
- metaclass (~> 0.0.1)
29
- rake (0.9.2.2)
30
- rspec (2.6.0)
31
- rspec-core (~> 2.6.0)
32
- rspec-expectations (~> 2.6.0)
33
- rspec-mocks (~> 2.6.0)
34
- rspec-core (2.6.4)
35
- rspec-expectations (2.6.0)
36
- diff-lcs (~> 1.1.2)
37
- rspec-mocks (2.6.0)
38
- webmock (1.7.10)
39
- addressable (~> 2.2, > 2.2.5)
40
- crack (>= 0.1.7)
41
- yajl-ruby (0.8.3)
42
-
43
- PLATFORMS
44
- ruby
45
-
46
- DEPENDENCIES
47
- em-campfire!
48
- mocha (~> 0.10.0)
49
- rake (~> 0.9.2)
50
- rspec (~> 2.6.0)
51
- webmock (~> 1.7.6)