cmer-diff_dirs 0.1.0 → 0.1.1
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/Rakefile +1 -0
- data/VERSION +1 -1
- data/{diff_dirs.rb → lib/diff_dirs.rb} +0 -0
- metadata +2 -2
data/Rakefile
CHANGED
|
@@ -18,6 +18,7 @@ begin
|
|
|
18
18
|
gemspec.homepage = "http://github.com/cmer/diff_dirs"
|
|
19
19
|
gemspec.description = "Ruby helper to diff two directories"
|
|
20
20
|
gemspec.authors = ["Carl Mercier"]
|
|
21
|
+
gemspec.files = FileList["[A-Z]*", "{bin,generators,lib,test}/**/*"]
|
|
21
22
|
end
|
|
22
23
|
rescue LoadError
|
|
23
24
|
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cmer-diff_dirs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Carl Mercier
|
|
@@ -27,7 +27,7 @@ files:
|
|
|
27
27
|
- README.rdoc
|
|
28
28
|
- Rakefile
|
|
29
29
|
- VERSION
|
|
30
|
-
- diff_dirs.rb
|
|
30
|
+
- lib/diff_dirs.rb
|
|
31
31
|
- test/diff_dirs_test.rb
|
|
32
32
|
- test/test_helper.rb
|
|
33
33
|
has_rdoc: true
|