espn 0.0.2 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore DELETED
@@ -1,3 +0,0 @@
1
- .rbenv-gemsets
2
- .ruby-version
3
- *.gem
data/Gemfile DELETED
@@ -1,3 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- gemspec
@@ -1,65 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- espn (0.0.1)
5
- addressable (~> 2.2)
6
- faraday (~> 0.8)
7
- faraday_middleware (~> 0.8)
8
- hashie (~> 1.2)
9
- multi_json (~> 1.3)
10
- oauth (~> 0.4)
11
-
12
- GEM
13
- remote: https://rubygems.org/
14
- specs:
15
- addressable (2.3.3)
16
- crack (0.3.2)
17
- diff-lcs (1.1.3)
18
- faraday (0.8.5)
19
- multipart-post (~> 1.1)
20
- faraday_middleware (0.9.0)
21
- faraday (>= 0.7.4, < 0.9)
22
- hashie (1.2.0)
23
- json (1.7.7)
24
- kramdown (0.14.2)
25
- logutils (0.3.0)
26
- markdown (1.0.0)
27
- kramdown (>= 0.13.7)
28
- props (>= 1.0.0)
29
- textutils (>= 0.2.0)
30
- multi_json (1.6.1)
31
- multipart-post (1.1.5)
32
- oauth (0.4.7)
33
- props (1.0.0)
34
- rake (10.0.3)
35
- rspec (2.12.0)
36
- rspec-core (~> 2.12.0)
37
- rspec-expectations (~> 2.12.0)
38
- rspec-mocks (~> 2.12.0)
39
- rspec-core (2.12.2)
40
- rspec-expectations (2.12.1)
41
- diff-lcs (~> 1.1.3)
42
- rspec-mocks (2.12.2)
43
- simplecov (0.7.1)
44
- multi_json (~> 1.0)
45
- simplecov-html (~> 0.7.1)
46
- simplecov-html (0.7.1)
47
- textutils (0.4.0)
48
- logutils (>= 0.3.0)
49
- webmock (1.9.3)
50
- addressable (>= 2.2.7)
51
- crack (>= 0.3.2)
52
- yard (0.8.4.1)
53
-
54
- PLATFORMS
55
- ruby
56
-
57
- DEPENDENCIES
58
- espn!
59
- json
60
- markdown
61
- rake
62
- rspec
63
- simplecov
64
- webmock
65
- yard