phtools 0.0.0

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.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/bin/phtools +7 -0
  3. data/lib/phtools.rb +9 -0
  4. metadata +47 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: eb1f24ab18973add851b7344ae7d8ab270af4b61
4
+ data.tar.gz: f4e652df21838dd666ad46c96ca91e565c272ff4
5
+ SHA512:
6
+ metadata.gz: 7692b6f420d519d513196ad42dc8dce4c4484aeb62b8a05cf0392407f567b6c365855fb61e5352b6a5dfe304a2ad2295a9bc9fbc154d609de8c05ba409108116
7
+ data.tar.gz: e570f076b382a3642d7c52b22edd0faa1e64702650fda2ca89cf07ad872afa4a7273767cedcc47efc1c9ee43425161f1bb5218cd2420b43e84c931d4aa360eea
data/bin/phtools ADDED
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env ruby
2
+ # encoding: UTF-8
3
+ # (c) ANB Andrew Bizyaev
4
+
5
+ require 'phtools'
6
+
7
+ puts PhTools.say
data/lib/phtools.rb ADDED
@@ -0,0 +1,9 @@
1
+ #!/usr/bin/env ruby
2
+ # encoding: UTF-8
3
+ # (c) ANB Andrew Bizyaev
4
+
5
+ class PhTools
6
+ def self.say
7
+ "I'm just a placeholder for upcoming phtools release..."
8
+ end
9
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: phtools
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Andrew Bizyaev
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-08-23 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A bundle of small CLI tools for arranging, renaming, tagging of the photo
14
+ and video files. Helps keep photo-video assets in order.
15
+ email: andrew.bizyaev@gmail.com
16
+ executables:
17
+ - phtools
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - bin/phtools
22
+ - lib/phtools.rb
23
+ homepage: ''
24
+ licenses:
25
+ - MIT
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: 2.0.0
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubyforge_project:
43
+ rubygems_version: 2.6.6
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: A set of usefull tools to manipulate photo-video files.
47
+ test_files: []