]> git.wincent.com - mkdtemp.git/commitdiff
User Bundler in development environment
authorWincent Colaiuta <win@wincent.com>
Thu, 29 Jul 2010 06:14:19 +0000 (08:14 +0200)
committerWincent Colaiuta <win@wincent.com>
Thu, 29 Jul 2010 06:14:19 +0000 (08:14 +0200)
Signed-off-by: Wincent Colaiuta <win@wincent.com>
Gemfile [new file with mode: 0644]
Gemfile.lock [new file with mode: 0644]

diff --git a/Gemfile b/Gemfile
new file mode 100644 (file)
index 0000000..632c37e
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,3 @@
+source :gemcutter
+
+gemspec
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644 (file)
index 0000000..510cb9c
--- /dev/null
@@ -0,0 +1,24 @@
+PATH
+  remote: .
+  specs:
+    mkdtemp (1.2)
+
+GEM
+  remote: http://rubygems.org/
+  specs:
+    diff-lcs (1.1.2)
+    rspec (2.0.0.beta.19)
+      rspec-core (= 2.0.0.beta.19)
+      rspec-expectations (= 2.0.0.beta.19)
+      rspec-mocks (= 2.0.0.beta.19)
+    rspec-core (2.0.0.beta.19)
+    rspec-expectations (2.0.0.beta.19)
+      diff-lcs (>= 1.1.2)
+    rspec-mocks (2.0.0.beta.19)
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  mkdtemp!
+  rspec (>= 2.0.0.beta)