consular-terminator 0.1.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/.gitignore ADDED
@@ -0,0 +1,3 @@
1
+ *.gem
2
+ .bundle
3
+ pkg
data/.rspec ADDED
@@ -0,0 +1 @@
1
+ --format documentation --color --drb
data/Gemfile ADDED
@@ -0,0 +1,2 @@
1
+ source :rubygems
2
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,61 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ consular-terminator (0.1.0)
5
+ consular
6
+
7
+ GEM
8
+ remote: http://rubygems.org/
9
+ specs:
10
+ activesupport (3.1.1)
11
+ multi_json (~> 1.0)
12
+ builder (3.0.0)
13
+ consular (1.0.0.rc1)
14
+ activesupport
15
+ thor
16
+ cucumber (1.1.0)
17
+ builder (>= 2.1.2)
18
+ diff-lcs (>= 1.1.2)
19
+ gherkin (~> 2.5.0)
20
+ json (>= 1.4.6)
21
+ term-ansicolor (>= 1.0.6)
22
+ diff-lcs (1.1.3)
23
+ gherkin (2.5.2)
24
+ json (>= 1.4.6)
25
+ gherkin (2.5.2-java)
26
+ json (>= 1.4.6)
27
+ json (1.6.1)
28
+ json (1.6.1-java)
29
+ metaclass (0.0.1)
30
+ mocha (0.10.0)
31
+ metaclass (~> 0.0.1)
32
+ multi_json (1.0.3)
33
+ rake (0.9.2)
34
+ rspec (2.6.0)
35
+ rspec-core (~> 2.6.0)
36
+ rspec-expectations (~> 2.6.0)
37
+ rspec-mocks (~> 2.6.0)
38
+ rspec-core (2.6.4)
39
+ rspec-expectations (2.6.0)
40
+ diff-lcs (~> 1.1.2)
41
+ rspec-mocks (2.6.0)
42
+ spork (0.8.5)
43
+ term-ansicolor (1.0.7)
44
+ thor (0.14.6)
45
+ watchr (0.7)
46
+ yard (0.7.3)
47
+
48
+ PLATFORMS
49
+ java
50
+ ruby
51
+
52
+ DEPENDENCIES
53
+ bundler
54
+ consular-terminator!
55
+ cucumber
56
+ mocha
57
+ rake
58
+ rspec
59
+ spork
60
+ watchr
61
+ yard