coral_core 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/.document ADDED
@@ -0,0 +1,5 @@
1
+ lib/**/*.rb
2
+ bin/*
3
+ -
4
+ features/**/*.feature
5
+ LICENSE.txt
data/Gemfile ADDED
@@ -0,0 +1,13 @@
1
+ source "http://rubygems.org"
2
+
3
+ gem "git", "= 1.2.5"
4
+ gem "json", "~> 1.7"
5
+ gem "log4r", "~> 1.1"
6
+
7
+ group :development do
8
+ gem "bundler", "~> 1.2"
9
+ gem "jeweler", "~> 1.8"
10
+ gem "rspec", "~> 2.10"
11
+ gem "rdoc", "~> 3.12"
12
+ gem "yard", "~> 0.8"
13
+ end
data/Gemfile.lock ADDED
@@ -0,0 +1,37 @@
1
+ GEM
2
+ remote: http://rubygems.org/
3
+ specs:
4
+ diff-lcs (1.1.3)
5
+ git (1.2.5)
6
+ jeweler (1.8.4)
7
+ bundler (~> 1.0)
8
+ git (>= 1.2.5)
9
+ rake
10
+ rdoc
11
+ json (1.7.6)
12
+ log4r (1.1.10)
13
+ rake (10.0.3)
14
+ rdoc (3.12)
15
+ json (~> 1.4)
16
+ rspec (2.12.0)
17
+ rspec-core (~> 2.12.0)
18
+ rspec-expectations (~> 2.12.0)
19
+ rspec-mocks (~> 2.12.0)
20
+ rspec-core (2.12.2)
21
+ rspec-expectations (2.12.1)
22
+ diff-lcs (~> 1.1.3)
23
+ rspec-mocks (2.12.2)
24
+ yard (0.8.3)
25
+
26
+ PLATFORMS
27
+ ruby
28
+
29
+ DEPENDENCIES
30
+ bundler (~> 1.2)
31
+ git (= 1.2.5)
32
+ jeweler (~> 1.8)
33
+ json (~> 1.7)
34
+ log4r (~> 1.1)
35
+ rdoc (~> 3.12)
36
+ rspec (~> 2.10)
37
+ yard (~> 0.8)