split 0.7.2 → 0.7.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,118 +0,0 @@
1
- PATH
2
- remote: /Users/andrew/code/split
3
- specs:
4
- split (0.6.1)
5
- redis (>= 2.1)
6
- redis-namespace (>= 1.1.0)
7
- simple-random
8
- sinatra (>= 1.2.6)
9
-
10
- GEM
11
- remote: https://rubygems.org/
12
- specs:
13
- actionmailer (4.0.0.rc1)
14
- actionpack (= 4.0.0.rc1)
15
- mail (~> 2.5.3)
16
- actionpack (4.0.0.rc1)
17
- activesupport (= 4.0.0.rc1)
18
- builder (~> 3.1.0)
19
- erubis (~> 2.7.0)
20
- rack (~> 1.5.2)
21
- rack-test (~> 0.6.2)
22
- activemodel (4.0.0.rc1)
23
- activesupport (= 4.0.0.rc1)
24
- builder (~> 3.1.0)
25
- activerecord (4.0.0.rc1)
26
- activemodel (= 4.0.0.rc1)
27
- activerecord-deprecated_finders (~> 1.0.2)
28
- activesupport (= 4.0.0.rc1)
29
- arel (~> 4.0.0)
30
- activerecord-deprecated_finders (1.0.2)
31
- activesupport (4.0.0.rc1)
32
- i18n (~> 0.6, >= 0.6.4)
33
- minitest (~> 4.2)
34
- multi_json (~> 1.3)
35
- thread_safe (~> 0.1)
36
- tzinfo (~> 0.3.37)
37
- appraisal (0.5.2)
38
- bundler
39
- rake
40
- arel (4.0.0)
41
- atomic (1.1.8)
42
- builder (3.1.4)
43
- diff-lcs (1.2.4)
44
- erubis (2.7.0)
45
- hike (1.2.2)
46
- i18n (0.6.4)
47
- mail (2.5.3)
48
- i18n (>= 0.4.0)
49
- mime-types (~> 1.16)
50
- treetop (~> 1.4.8)
51
- mime-types (1.23)
52
- minitest (4.7.4)
53
- multi_json (1.7.2)
54
- polyglot (0.3.3)
55
- rack (1.5.2)
56
- rack-protection (1.5.0)
57
- rack
58
- rack-test (0.6.2)
59
- rack (>= 1.0)
60
- rails (4.0.0.rc1)
61
- actionmailer (= 4.0.0.rc1)
62
- actionpack (= 4.0.0.rc1)
63
- activerecord (= 4.0.0.rc1)
64
- activesupport (= 4.0.0.rc1)
65
- bundler (>= 1.3.0, < 2.0)
66
- railties (= 4.0.0.rc1)
67
- sprockets-rails (~> 2.0.0.rc4)
68
- railties (4.0.0.rc1)
69
- actionpack (= 4.0.0.rc1)
70
- activesupport (= 4.0.0.rc1)
71
- rake (>= 0.8.7)
72
- thor (>= 0.18.1, < 2.0)
73
- rake (10.0.4)
74
- redis (3.0.4)
75
- redis-namespace (1.3.0)
76
- redis (~> 3.0.0)
77
- rspec (2.13.0)
78
- rspec-core (~> 2.13.0)
79
- rspec-expectations (~> 2.13.0)
80
- rspec-mocks (~> 2.13.0)
81
- rspec-core (2.13.1)
82
- rspec-expectations (2.13.0)
83
- diff-lcs (>= 1.1.3, < 2.0)
84
- rspec-mocks (2.13.1)
85
- simple-random (0.9.3)
86
- sinatra (1.4.2)
87
- rack (~> 1.5, >= 1.5.2)
88
- rack-protection (~> 1.4)
89
- tilt (~> 1.3, >= 1.3.4)
90
- sprockets (2.9.3)
91
- hike (~> 1.2)
92
- multi_json (~> 1.0)
93
- rack (~> 1.0)
94
- tilt (~> 1.1, != 1.3.0)
95
- sprockets-rails (2.0.0.rc4)
96
- actionpack (>= 3.0)
97
- activesupport (>= 3.0)
98
- sprockets (~> 2.8)
99
- thor (0.18.1)
100
- thread_safe (0.1.0)
101
- atomic
102
- tilt (1.4.0)
103
- treetop (1.4.12)
104
- polyglot
105
- polyglot (>= 0.3.1)
106
- tzinfo (0.3.37)
107
-
108
- PLATFORMS
109
- ruby
110
-
111
- DEPENDENCIES
112
- appraisal
113
- bundler (~> 1.3)
114
- rack-test (>= 0.5.7)
115
- rails (= 4.0.0.rc1)
116
- rake
117
- rspec (~> 2.12)
118
- split!