paraphrase 0.12.0 → 0.13.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,96 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- paraphrase (0.12.0)
5
- activemodel (>= 3.1, < 5.0)
6
- activerecord (>= 3.1, < 5.0)
7
- activesupport (>= 3.1, < 5.0)
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- actionpack (4.0.4)
13
- activesupport (= 4.0.4)
14
- builder (~> 3.1.0)
15
- erubis (~> 2.7.0)
16
- rack (~> 1.5.2)
17
- rack-test (~> 0.6.2)
18
- activemodel (4.0.4)
19
- activesupport (= 4.0.4)
20
- builder (~> 3.1.0)
21
- activerecord (4.0.4)
22
- activemodel (= 4.0.4)
23
- activerecord-deprecated_finders (~> 1.0.2)
24
- activesupport (= 4.0.4)
25
- arel (~> 4.0.0)
26
- activerecord-deprecated_finders (1.0.3)
27
- activesupport (4.0.4)
28
- i18n (~> 0.6, >= 0.6.9)
29
- minitest (~> 4.2)
30
- multi_json (~> 1.3)
31
- thread_safe (~> 0.1)
32
- tzinfo (~> 0.3.37)
33
- appraisal (0.5.2)
34
- bundler
35
- rake
36
- arel (4.0.2)
37
- builder (3.1.4)
38
- codeclimate-test-reporter (0.3.0)
39
- simplecov (>= 0.7.1, < 1.0.0)
40
- coderay (1.1.0)
41
- diff-lcs (1.2.5)
42
- docile (1.1.3)
43
- erubis (2.7.0)
44
- i18n (0.6.9)
45
- method_source (0.8.2)
46
- minitest (4.7.5)
47
- multi_json (1.10.1)
48
- pry (0.9.12.6)
49
- coderay (~> 1.0)
50
- method_source (~> 0.8)
51
- slop (~> 3.4)
52
- rack (1.5.2)
53
- rack-test (0.6.2)
54
- rack (>= 1.0)
55
- rake (0.9.6)
56
- redcarpet (2.1.1)
57
- rspec (3.0.0)
58
- rspec-core (~> 3.0.0)
59
- rspec-expectations (~> 3.0.0)
60
- rspec-mocks (~> 3.0.0)
61
- rspec-core (3.0.0)
62
- rspec-support (~> 3.0.0)
63
- rspec-expectations (3.0.0)
64
- diff-lcs (>= 1.2.0, < 2.0)
65
- rspec-support (~> 3.0.0)
66
- rspec-mocks (3.0.0)
67
- rspec-support (~> 3.0.0)
68
- rspec-support (3.0.0)
69
- simplecov (0.8.2)
70
- docile (~> 1.1.0)
71
- multi_json
72
- simplecov-html (~> 0.8.0)
73
- simplecov-html (0.8.0)
74
- slop (3.5.0)
75
- sqlite3 (1.3.9)
76
- thread_safe (0.3.3)
77
- tzinfo (0.3.39)
78
- yard (0.8.7.4)
79
-
80
- PLATFORMS
81
- ruby
82
-
83
- DEPENDENCIES
84
- actionpack (~> 4.0.0)
85
- activerecord (~> 4.0.0)
86
- activesupport (~> 4.0.0)
87
- appraisal (~> 0.4)
88
- bundler (~> 1.0)
89
- codeclimate-test-reporter (~> 0.3)
90
- paraphrase!
91
- pry (~> 0.9)
92
- rake (~> 0.9.2)
93
- redcarpet (~> 2.1.1)
94
- rspec (~> 3.0)
95
- sqlite3 (~> 1.3.6)
96
- yard (~> 0.7)
data/gemfiles/4.1.gemfile DELETED
@@ -1,9 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "~> 4.1.0"
6
- gem "activesupport", "~> 4.1.0"
7
- gem "actionpack", "~> 4.1.0"
8
-
9
- gemspec :path=>"../"
@@ -1,99 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- paraphrase (0.12.0)
5
- activemodel (>= 3.1, < 5.0)
6
- activerecord (>= 3.1, < 5.0)
7
- activesupport (>= 3.1, < 5.0)
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- actionpack (4.1.1)
13
- actionview (= 4.1.1)
14
- activesupport (= 4.1.1)
15
- rack (~> 1.5.2)
16
- rack-test (~> 0.6.2)
17
- actionview (4.1.1)
18
- activesupport (= 4.1.1)
19
- builder (~> 3.1)
20
- erubis (~> 2.7.0)
21
- activemodel (4.1.1)
22
- activesupport (= 4.1.1)
23
- builder (~> 3.1)
24
- activerecord (4.1.1)
25
- activemodel (= 4.1.1)
26
- activesupport (= 4.1.1)
27
- arel (~> 5.0.0)
28
- activesupport (4.1.1)
29
- i18n (~> 0.6, >= 0.6.9)
30
- json (~> 1.7, >= 1.7.7)
31
- minitest (~> 5.1)
32
- thread_safe (~> 0.1)
33
- tzinfo (~> 1.1)
34
- appraisal (0.5.2)
35
- bundler
36
- rake
37
- arel (5.0.1.20140414130214)
38
- builder (3.2.2)
39
- codeclimate-test-reporter (0.3.0)
40
- simplecov (>= 0.7.1, < 1.0.0)
41
- coderay (1.1.0)
42
- diff-lcs (1.2.5)
43
- docile (1.1.3)
44
- erubis (2.7.0)
45
- i18n (0.6.9)
46
- json (1.8.1)
47
- method_source (0.8.2)
48
- minitest (5.3.4)
49
- multi_json (1.10.1)
50
- pry (0.9.12.6)
51
- coderay (~> 1.0)
52
- method_source (~> 0.8)
53
- slop (~> 3.4)
54
- rack (1.5.2)
55
- rack-test (0.6.2)
56
- rack (>= 1.0)
57
- rake (0.9.6)
58
- redcarpet (2.1.1)
59
- rspec (3.0.0)
60
- rspec-core (~> 3.0.0)
61
- rspec-expectations (~> 3.0.0)
62
- rspec-mocks (~> 3.0.0)
63
- rspec-core (3.0.0)
64
- rspec-support (~> 3.0.0)
65
- rspec-expectations (3.0.0)
66
- diff-lcs (>= 1.2.0, < 2.0)
67
- rspec-support (~> 3.0.0)
68
- rspec-mocks (3.0.0)
69
- rspec-support (~> 3.0.0)
70
- rspec-support (3.0.0)
71
- simplecov (0.8.2)
72
- docile (~> 1.1.0)
73
- multi_json
74
- simplecov-html (~> 0.8.0)
75
- simplecov-html (0.8.0)
76
- slop (3.5.0)
77
- sqlite3 (1.3.9)
78
- thread_safe (0.3.3)
79
- tzinfo (1.1.0)
80
- thread_safe (~> 0.1)
81
- yard (0.8.7.4)
82
-
83
- PLATFORMS
84
- ruby
85
-
86
- DEPENDENCIES
87
- actionpack (~> 4.1.0)
88
- activerecord (~> 4.1.0)
89
- activesupport (~> 4.1.0)
90
- appraisal (~> 0.4)
91
- bundler (~> 1.0)
92
- codeclimate-test-reporter (~> 0.3)
93
- paraphrase!
94
- pry (~> 0.9)
95
- rake (~> 0.9.2)
96
- redcarpet (~> 2.1.1)
97
- rspec (~> 3.0)
98
- sqlite3 (~> 1.3.6)
99
- yard (~> 0.7)