bundler_bash_completion 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/VERSION +1 -1
- metadata +2 -3
- data/Gemfile.lock +0 -36
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bb5106bad2510e4cb844a3fc674341541b6c9f65
|
4
|
+
data.tar.gz: 98cf2bfe081703749974f99ccd3d7f6c7ce53067
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8ae5cfddce29e4744341a03c16a4824d4ab418c0d7dd324b7708c1adf7985d5dbc807ffe31d4e8ce2ecfd25a5864820d52fd5b640bf56e1cddab72dea38c8da
|
7
|
+
data.tar.gz: 34e37193b2159467d2a1e00a8e802699b950fde31da6d1cddccc12c4f3cf4292f3e66abec8cc0e2635b098c2d757ff16e0eefe759c141c188e7744892f143d7e
|
data/.gitignore
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.3
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bundler_bash_completion
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexis Toulotte
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-08-
|
11
|
+
date: 2014-08-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: byebug
|
@@ -80,7 +80,6 @@ files:
|
|
80
80
|
- ".gitignore"
|
81
81
|
- ".rspec"
|
82
82
|
- Gemfile
|
83
|
-
- Gemfile.lock
|
84
83
|
- MIT-LICENSE
|
85
84
|
- README.mdown
|
86
85
|
- Rakefile
|
data/Gemfile.lock
DELETED
@@ -1,36 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
bundler_bash_completion (0.3.2)
|
5
|
-
|
6
|
-
GEM
|
7
|
-
remote: https://rubygems.org/
|
8
|
-
specs:
|
9
|
-
byebug (3.2.0)
|
10
|
-
columnize (~> 0.8)
|
11
|
-
debugger-linecache (~> 1.2)
|
12
|
-
columnize (0.8.9)
|
13
|
-
debugger-linecache (1.2.0)
|
14
|
-
diff-lcs (1.2.5)
|
15
|
-
rake (10.3.2)
|
16
|
-
rspec (3.0.0)
|
17
|
-
rspec-core (~> 3.0.0)
|
18
|
-
rspec-expectations (~> 3.0.0)
|
19
|
-
rspec-mocks (~> 3.0.0)
|
20
|
-
rspec-core (3.0.4)
|
21
|
-
rspec-support (~> 3.0.0)
|
22
|
-
rspec-expectations (3.0.4)
|
23
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
24
|
-
rspec-support (~> 3.0.0)
|
25
|
-
rspec-mocks (3.0.4)
|
26
|
-
rspec-support (~> 3.0.0)
|
27
|
-
rspec-support (3.0.4)
|
28
|
-
|
29
|
-
PLATFORMS
|
30
|
-
ruby
|
31
|
-
|
32
|
-
DEPENDENCIES
|
33
|
-
bundler_bash_completion!
|
34
|
-
byebug (>= 3.2.0, < 3.3.0)
|
35
|
-
rake (>= 10.3.0, < 10.4.0)
|
36
|
-
rspec (>= 3.0.0, < 3.1.0)
|