utils 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.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/bin/json_check +10 -0
- data/lib/utils/version.rb +1 -1
- data/utils.gemspec +5 -5
- metadata +23 -21
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c5b547cf406290382146927e3057400c01b6c001
|
4
|
+
data.tar.gz: 4bf97877c8b11e88ddf767afe18f03d18dbfdb05
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 06741b6943998d87daa246c7544c8adc4d960bd0afdca0c81fe722d779fabc36817ac54225139e5b6682d534f2ae142190d07f5b28109d37ce1998f5a8526ab6
|
7
|
+
data.tar.gz: b4a63a0a46894cc768db10ace648d97a53a71ba12dbfb265c10fec3cd754f04ee210e32487d1bd239e7ebcb306e714fac0d72d2e1975f45795966600a122f567
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.1
|
data/bin/json_check
ADDED
data/lib/utils/version.rb
CHANGED
data/utils.gemspec
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
|
-
# stub: utils 0.1.
|
2
|
+
# stub: utils 0.1.1 ruby lib
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = "utils"
|
6
|
-
s.version = "0.1.
|
6
|
+
s.version = "0.1.1"
|
7
7
|
|
8
8
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
9
9
|
s.require_paths = ["lib"]
|
10
10
|
s.authors = ["Florian Frank"]
|
11
|
-
s.date = "2014-
|
11
|
+
s.date = "2014-03-14"
|
12
12
|
s.description = "This ruby gem provides some useful command line utilities"
|
13
13
|
s.email = "flori@ping.de"
|
14
|
-
s.executables = ["
|
14
|
+
s.executables = ["brakeman2err", "chroot-exec", "chroot-libs", "classify", "create_tags", "discover", "edit", "edit_wait", "enum", "errf", "git-empty", "irb_connect", "json_check", "myex", "number_files", "on_change", "path", "probe", "remote_copy", "same_files", "search", "sedit", "ssh-tunnel", "strip_spaces", "unquarantine_apps", "untest", "utils-install-config", "utils-utilsrc", "vacuum_firefox_sqlite", "xmp"]
|
15
15
|
s.extra_rdoc_files = ["README.rdoc", "lib/utils.rb", "lib/utils/config.rb", "lib/utils/config/config_file.rb", "lib/utils/editor.rb", "lib/utils/file_xt.rb", "lib/utils/finder.rb", "lib/utils/grepper.rb", "lib/utils/irb.rb", "lib/utils/md5.rb", "lib/utils/patterns.rb", "lib/utils/probe_server.rb", "lib/utils/ssh_tunnel_specification.rb", "lib/utils/version.rb"]
|
16
|
-
s.files = [".gitignore", "COPYING", "Gemfile", "README.rdoc", "Rakefile", "TODO", "VERSION", "bin/brakeman2err", "bin/chroot-exec", "bin/chroot-libs", "bin/classify", "bin/create_tags", "bin/discover", "bin/edit", "bin/edit_wait", "bin/enum", "bin/errf", "bin/git-empty", "bin/irb_connect", "bin/myex", "bin/number_files", "bin/on_change", "bin/path", "bin/probe", "bin/remote_copy", "bin/same_files", "bin/search", "bin/sedit", "bin/ssh-tunnel", "bin/strip_spaces", "bin/unquarantine_apps", "bin/untest", "bin/utils-install-config", "bin/utils-utilsrc", "bin/vacuum_firefox_sqlite", "bin/xmp", "lib/utils.rb", "lib/utils/config.rb", "lib/utils/config/config_file.rb", "lib/utils/config/gdb/asm", "lib/utils/config/gdb/ruby", "lib/utils/config/gdbinit", "lib/utils/config/irbrc", "lib/utils/config/rdebugrc", "lib/utils/config/rvmrc", "lib/utils/config/screenrc", "lib/utils/config/utilsrc", "lib/utils/editor.rb", "lib/utils/file_xt.rb", "lib/utils/finder.rb", "lib/utils/grepper.rb", "lib/utils/irb.rb", "lib/utils/md5.rb", "lib/utils/patterns.rb", "lib/utils/probe_server.rb", "lib/utils/ssh_tunnel_specification.rb", "lib/utils/version.rb", "utils.gemspec"]
|
16
|
+
s.files = [".gitignore", "COPYING", "Gemfile", "README.rdoc", "Rakefile", "TODO", "VERSION", "bin/brakeman2err", "bin/chroot-exec", "bin/chroot-libs", "bin/classify", "bin/create_tags", "bin/discover", "bin/edit", "bin/edit_wait", "bin/enum", "bin/errf", "bin/git-empty", "bin/irb_connect", "bin/json_check", "bin/myex", "bin/number_files", "bin/on_change", "bin/path", "bin/probe", "bin/remote_copy", "bin/same_files", "bin/search", "bin/sedit", "bin/ssh-tunnel", "bin/strip_spaces", "bin/unquarantine_apps", "bin/untest", "bin/utils-install-config", "bin/utils-utilsrc", "bin/vacuum_firefox_sqlite", "bin/xmp", "lib/utils.rb", "lib/utils/config.rb", "lib/utils/config/config_file.rb", "lib/utils/config/gdb/asm", "lib/utils/config/gdb/ruby", "lib/utils/config/gdbinit", "lib/utils/config/irbrc", "lib/utils/config/rdebugrc", "lib/utils/config/rvmrc", "lib/utils/config/screenrc", "lib/utils/config/utilsrc", "lib/utils/editor.rb", "lib/utils/file_xt.rb", "lib/utils/finder.rb", "lib/utils/grepper.rb", "lib/utils/irb.rb", "lib/utils/md5.rb", "lib/utils/patterns.rb", "lib/utils/probe_server.rb", "lib/utils/ssh_tunnel_specification.rb", "lib/utils/version.rb", "utils.gemspec"]
|
17
17
|
s.homepage = "http://github.com/flori/utils"
|
18
18
|
s.rdoc_options = ["--title", "Utils - Some useful command line utilities", "--main", "README.rdoc"]
|
19
19
|
s.rubygems_version = "2.2.2"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: utils
|
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
|
- Florian Frank
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-03-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gem_hadar
|
@@ -83,35 +83,36 @@ dependencies:
|
|
83
83
|
description: This ruby gem provides some useful command line utilities
|
84
84
|
email: flori@ping.de
|
85
85
|
executables:
|
86
|
-
-
|
87
|
-
-
|
86
|
+
- brakeman2err
|
87
|
+
- chroot-exec
|
88
88
|
- chroot-libs
|
89
|
+
- classify
|
90
|
+
- create_tags
|
91
|
+
- discover
|
92
|
+
- edit
|
89
93
|
- edit_wait
|
90
|
-
- chroot-exec
|
91
|
-
- irb_connect
|
92
|
-
- number_files
|
93
|
-
- search
|
94
|
-
- strip_spaces
|
95
|
-
- path
|
96
94
|
- enum
|
97
|
-
-
|
98
|
-
- edit
|
95
|
+
- errf
|
99
96
|
- git-empty
|
100
|
-
-
|
101
|
-
-
|
102
|
-
- xmp
|
103
|
-
- discover
|
104
|
-
- ssh-tunnel
|
97
|
+
- irb_connect
|
98
|
+
- json_check
|
105
99
|
- myex
|
100
|
+
- number_files
|
101
|
+
- on_change
|
102
|
+
- path
|
106
103
|
- probe
|
107
104
|
- remote_copy
|
108
|
-
- errf
|
109
105
|
- same_files
|
110
|
-
-
|
106
|
+
- search
|
107
|
+
- sedit
|
108
|
+
- ssh-tunnel
|
109
|
+
- strip_spaces
|
111
110
|
- unquarantine_apps
|
111
|
+
- untest
|
112
|
+
- utils-install-config
|
113
|
+
- utils-utilsrc
|
112
114
|
- vacuum_firefox_sqlite
|
113
|
-
-
|
114
|
-
- sedit
|
115
|
+
- xmp
|
115
116
|
extensions: []
|
116
117
|
extra_rdoc_files:
|
117
118
|
- README.rdoc
|
@@ -148,6 +149,7 @@ files:
|
|
148
149
|
- bin/errf
|
149
150
|
- bin/git-empty
|
150
151
|
- bin/irb_connect
|
152
|
+
- bin/json_check
|
151
153
|
- bin/myex
|
152
154
|
- bin/number_files
|
153
155
|
- bin/on_change
|