-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b2742f
commit 810d6ef
Showing
4 changed files
with
54 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,3 @@ tmp/* | |
email.txt | ||
spec/data/*.db | ||
*.bundle | ||
Gemfile* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# DO NOT EDIT - This file is automatically generated | ||
# Make changes to Manifest.txt and/or Rakefile and regenerate | ||
source "https://rubygems.org/" | ||
gemspec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
amalgalite (1.4.0) | ||
arrayfields (~> 4.9.2) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
arrayfields (4.9.2) | ||
diff-lcs (1.2.5) | ||
docile (1.1.5) | ||
json (1.8.2) | ||
multi_json (1.10.1) | ||
rake (10.4.2) | ||
rake-compiler (0.9.5) | ||
rake | ||
rdoc (4.2.0) | ||
json (~> 1.4) | ||
rspec (3.1.0) | ||
rspec-core (~> 3.1.0) | ||
rspec-expectations (~> 3.1.0) | ||
rspec-mocks (~> 3.1.0) | ||
rspec-core (3.1.7) | ||
rspec-support (~> 3.1.0) | ||
rspec-expectations (3.1.2) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.1.0) | ||
rspec-mocks (3.1.3) | ||
rspec-support (~> 3.1.0) | ||
rspec-support (3.1.2) | ||
simplecov (0.9.1) | ||
docile (~> 1.1.0) | ||
multi_json (~> 1.0) | ||
simplecov-html (~> 0.8.0) | ||
simplecov-html (0.8.0) | ||
zip (2.0.2) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
amalgalite! | ||
rake (~> 10.0) | ||
rake-compiler (~> 0.9) | ||
rdoc (~> 4.0) | ||
rspec (~> 3.0) | ||
simplecov (~> 0.9) | ||
zip (~> 2.0.2) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters