draftsman 0.3.1 → 0.3.2

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,97 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- draftsman (0.3.1)
5
- activerecord (>= 3.0, < 5.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actionpack (4.0.1)
11
- activesupport (= 4.0.1)
12
- builder (~> 3.1.0)
13
- erubis (~> 2.7.0)
14
- rack (~> 1.5.2)
15
- rack-test (~> 0.6.2)
16
- activemodel (4.0.1)
17
- activesupport (= 4.0.1)
18
- builder (~> 3.1.0)
19
- activerecord (4.0.1)
20
- activemodel (= 4.0.1)
21
- activerecord-deprecated_finders (~> 1.0.2)
22
- activesupport (= 4.0.1)
23
- arel (~> 4.0.0)
24
- activerecord-deprecated_finders (1.0.3)
25
- activesupport (4.0.1)
26
- i18n (~> 0.6, >= 0.6.4)
27
- minitest (~> 4.2)
28
- multi_json (~> 1.3)
29
- thread_safe (~> 0.1)
30
- tzinfo (~> 0.3.37)
31
- arel (4.0.1)
32
- atomic (1.1.14)
33
- builder (3.1.4)
34
- capybara (2.1.0)
35
- mime-types (>= 1.16)
36
- nokogiri (>= 1.3.3)
37
- rack (>= 1.0.0)
38
- rack-test (>= 0.5.4)
39
- xpath (~> 2.0)
40
- diff-lcs (1.2.5)
41
- erubis (2.7.0)
42
- i18n (0.6.5)
43
- mime-types (2.0)
44
- mini_portile (0.5.2)
45
- minitest (4.7.5)
46
- multi_json (1.8.2)
47
- nokogiri (1.6.0)
48
- mini_portile (~> 0.5.0)
49
- rack (1.5.2)
50
- rack-protection (1.5.1)
51
- rack
52
- rack-test (0.6.2)
53
- rack (>= 1.0)
54
- railties (4.0.1)
55
- actionpack (= 4.0.1)
56
- activesupport (= 4.0.1)
57
- rake (>= 0.8.7)
58
- thor (>= 0.18.1, < 2.0)
59
- rake (10.1.0)
60
- rspec-core (2.14.7)
61
- rspec-expectations (2.14.4)
62
- diff-lcs (>= 1.1.3, < 2.0)
63
- rspec-mocks (2.14.4)
64
- rspec-rails (2.14.0)
65
- actionpack (>= 3.0)
66
- activesupport (>= 3.0)
67
- railties (>= 3.0)
68
- rspec-core (~> 2.14.0)
69
- rspec-expectations (~> 2.14.0)
70
- rspec-mocks (~> 2.14.0)
71
- shoulda-matchers (2.4.0)
72
- activesupport (>= 3.0.0)
73
- sinatra (1.4.4)
74
- rack (~> 1.4)
75
- rack-protection (~> 1.4)
76
- tilt (~> 1.3, >= 1.3.4)
77
- sqlite3 (1.3.8)
78
- thor (0.18.1)
79
- thread_safe (0.1.3)
80
- atomic
81
- tilt (1.4.1)
82
- tzinfo (0.3.38)
83
- xpath (2.0.0)
84
- nokogiri (~> 1.3)
85
-
86
- PLATFORMS
87
- ruby
88
-
89
- DEPENDENCIES
90
- capybara
91
- draftsman!
92
- railties (>= 3.0, < 5.0)
93
- rake
94
- rspec-rails
95
- shoulda-matchers
96
- sinatra (~> 1.0)
97
- sqlite3 (~> 1.2)