fynd 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/fynd.gemspec +3 -3
- data/lib/fynd/version.rb +1 -1
- metadata +6 -6
data/fynd.gemspec
CHANGED
|
@@ -8,9 +8,9 @@ Gem::Specification.new do |gem|
|
|
|
8
8
|
gem.version = Fynd::VERSION
|
|
9
9
|
gem.authors = ["Dan Ryan"]
|
|
10
10
|
gem.email = ["scriptfu@gmail.com"]
|
|
11
|
-
gem.description = %q{
|
|
12
|
-
gem.summary = %q{
|
|
13
|
-
gem.homepage = ""
|
|
11
|
+
gem.description = %q{A pure Ruby re-implementation of GNU find.}
|
|
12
|
+
gem.summary = %q{I found GNU find to be slow, so I made it slower by rewriting it in Ruby.}
|
|
13
|
+
gem.homepage = "https://github.com/danryan/fynd"
|
|
14
14
|
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
|
16
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
data/lib/fynd/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fynd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -27,7 +27,7 @@ dependencies:
|
|
|
27
27
|
- - ~>
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: 3.2.8
|
|
30
|
-
description:
|
|
30
|
+
description: A pure Ruby re-implementation of GNU find.
|
|
31
31
|
email:
|
|
32
32
|
- scriptfu@gmail.com
|
|
33
33
|
executables: []
|
|
@@ -50,7 +50,7 @@ files:
|
|
|
50
50
|
- lib/fynd/tests.rb
|
|
51
51
|
- lib/fynd/version.rb
|
|
52
52
|
- spec/spec_helper.rb
|
|
53
|
-
homepage:
|
|
53
|
+
homepage: https://github.com/danryan/fynd
|
|
54
54
|
licenses: []
|
|
55
55
|
post_install_message:
|
|
56
56
|
rdoc_options: []
|
|
@@ -64,7 +64,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
64
64
|
version: '0'
|
|
65
65
|
segments:
|
|
66
66
|
- 0
|
|
67
|
-
hash: -
|
|
67
|
+
hash: -2451814936160929685
|
|
68
68
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
none: false
|
|
70
70
|
requirements:
|
|
@@ -73,13 +73,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
73
73
|
version: '0'
|
|
74
74
|
segments:
|
|
75
75
|
- 0
|
|
76
|
-
hash: -
|
|
76
|
+
hash: -2451814936160929685
|
|
77
77
|
requirements: []
|
|
78
78
|
rubyforge_project:
|
|
79
79
|
rubygems_version: 1.8.24
|
|
80
80
|
signing_key:
|
|
81
81
|
specification_version: 3
|
|
82
|
-
summary:
|
|
82
|
+
summary: I found GNU find to be slow, so I made it slower by rewriting it in Ruby.
|
|
83
83
|
test_files:
|
|
84
84
|
- spec/spec_helper.rb
|
|
85
85
|
has_rdoc:
|