sangoro 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +17 -12
  3. metadata +19 -17
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee0a687ef4672b0ae2fd59850d14e408c2ba1040bb0c7d21014fa72ea6508660
4
- data.tar.gz: 7172bab32fb5134da26cac264ee39608f498248d118e4476ce6bf1f1af57284b
3
+ metadata.gz: 4971ce60b11ef459842179239e0c9e3529dc622d7e824c395aa448aef7858e87
4
+ data.tar.gz: b2e91a73d8426516f8ba5933bea3708701067f3e32a49a0d1d19cedaaea07e29
5
5
  SHA512:
6
- metadata.gz: bd795e08765298d4d96dbbf2990c80376de90ab329fb610a825fef4a2019d3890a1ec2be16fe0aeb51e3596b1ea659fe00663e78780b50b442cf2f2e8d94b24a
7
- data.tar.gz: ef97810188bd25a43a45d5eab51137596b9ff109b797534188849c742ed4e37623699f5bad9c84f85becebce29f336f88c700c7f16e07b1c248f83564e4d9ec3
6
+ metadata.gz: 8e307807a9b27004450067118a8d38618707a7560fd8d3db936113c2bf200404e5acdec5cdc6175bcc9d321bb4e19a980b56835760d453a50c63c3a7d984e368
7
+ data.tar.gz: cd6897497b58b01ee33a855ca48ac78e86656a98f60c3e75c4e76fffa6069f77e036e7e6f21f258cca2044e8b4b1451d7c9f208c536e7acdd9b1c0616387de15
data/README.md CHANGED
@@ -1,22 +1,24 @@
1
1
  # Sangoro
2
2
  A Ruby program to change the exif creation time stamp of JPEGs or PNGs.<br>
3
- Demo: https://www.youtube.com/watch?v=yAoQi_NcPWY
4
3
 
5
- # Installation
6
- Following needs to be installed prior to running the script:
7
- - ruby (v >= 2.3.3)
8
4
 
9
- Gems:
10
- - gtk3 (```gem install gtk3```)
11
- - fileutils (```gem install fileutils```)
12
- - fastimage (```gem install fastimage```)
13
- - mini_exiftool (```gem install mini_exiftool```)
5
+ # Installation
6
+ To use the Sangoro tool you require:
7
+ <ul>
8
+ <li> <a href="https://www.ruby-lang.org/en/downloads/"><code>ruby</code></a> (v>=2.3.3)
9
+ </ul>
10
+ as well as the following Ruby gems:
11
+ <ul>
12
+ <li><code>fastimage</code>
13
+ <li><code>fileutils</code>
14
+ <li><code>gtk3</code>
15
+ <li><code>mini_exiftool</code></li>
16
+ </ul>
14
17
 
15
18
  On Mac you might need the exiftool installed. I recommend installing it using the Brew package manager:
16
19
  ```brew install exiftool```
17
20
 
18
- After the you installed ruby and the gems, install the gem:
19
- ```git install sangoro```
21
+ Get the Sangoro tool by typing ```gem install sangoro``` in your command line. This will install the sangoro gem as well as the gems mentined above.
20
22
  Now you can just run ```sangoro``` in your command line.
21
23
 
22
24
  # Usage
@@ -25,4 +27,7 @@ Now you can just run ```sangoro``` in your command line.
25
27
  3. Now you can specify by how many hours, minutes and/or seconds you want the time stamp to move. You also need to choose whether to move the timestamp forward or back.
26
28
  4. If you want to apply this change to all images in the folder, check the box below.
27
29
  5. Click "Apply".
28
- 6. You are done. The creation timestamp of the selected image(s) was adjusted as specified.
30
+ 6. You are done. The exif creation timestamp of the selected image(s) was adjusted as specified.
31
+
32
+ # Remarks
33
+ If you have any remarks, bugs, questions etc. please tell me, I'd be happy to help.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sangoro
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - BluePeony
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-16 00:00:00.000000000 Z
11
+ date: 2023-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gtk3
@@ -87,20 +87,22 @@ dependencies:
87
87
  - !ruby/object:Gem::Version
88
88
  version: 2.8.0
89
89
  description: "# Sangoro\nA Ruby program to change the exif creation time stamp of
90
- JPEGs or PNGs.<br>\nDemo: https://www.youtube.com/watch?v=yAoQi_NcPWY\n\n# Installation\nFollowing
91
- needs to be installed prior to running the script:\n- ruby (v >= 2.3.3)\n\nGems:\n-
92
- gtk3 (```gem install gtk3```)\n- fileutils (```gem install fileutils```)\n- fastimage
93
- (```gem install fastimage```)\n- mini_exiftool (```gem install mini_exiftool```)\n\nOn
94
- Mac you might need the exiftool installed. I recommend installing it using the Brew
95
- package manager:\n```brew install exiftool```\n\nAfter the you installed ruby and
96
- the gems, install the gem:\n```git install sangoro```\nNow you can just run ```sangoro```
97
- in your command line.\n\n# Usage\n1. Select a JPEG/PNG file by clicking on \"Select
98
- image\"\n2. You will see the file name and the creation date & time on the right
99
- side, if available.\n3. Now you can specify by how many hours, minutes and/or seconds
100
- you want the time stamp to move. You also need to choose whether to move the timestamp
101
- forward or back.\n4. If you want to apply this change to all images in the folder,
102
- check the box below.\n5. Click \"Apply\". \n6. You are done. The creation timestamp
103
- of the selected image(s) was adjusted as specified.\n"
90
+ JPEGs or PNGs.<br>\n\n\n# Installation\nTo use the Sangoro tool you require:\n<ul>\n
91
+ \ <li> <a href=\"https://www.ruby-lang.org/en/downloads/\"><code>ruby</code></a>
92
+ (v>=2.3.3)\n</ul>\nas well as the following Ruby gems: \n<ul>\n <li><code>fastimage</code>\n
93
+ \ <li><code>fileutils</code>\n <li><code>gtk3</code>\n <li><code>mini_exiftool</code></li>\n</ul>
94
+ \ \n\nOn Mac you might need the exiftool installed. I recommend installing it using
95
+ the Brew package manager:\n```brew install exiftool```\n\nGet the Sangoro tool by
96
+ typing ```gem install sangoro``` in your command line. This will install the sangoro
97
+ gem as well as the gems mentined above.\nNow you can just run ```sangoro``` in your
98
+ command line.\n\n# Usage\n1. Select a JPEG/PNG file by clicking on \"Select image\"\n2.
99
+ You will see the file name and the creation date & time on the right side, if available.\n3.
100
+ Now you can specify by how many hours, minutes and/or seconds you want the time
101
+ stamp to move. You also need to choose whether to move the timestamp forward or
102
+ back.\n4. If you want to apply this change to all images in the folder, check the
103
+ box below.\n5. Click \"Apply\". \n6. You are done. The exif creation timestamp of
104
+ the selected image(s) was adjusted as specified.\n\n# Remarks \nIf you have any
105
+ remarks, bugs, questions etc. please tell me, I'd be happy to help. "
104
106
  email: blue.peony2314@gmail.com
105
107
  executables:
106
108
  - sangoro
@@ -126,7 +128,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
126
128
  requirements:
127
129
  - - ">="
128
130
  - !ruby/object:Gem::Version
129
- version: '1.9'
131
+ version: 2.3.3
130
132
  required_rubygems_version: !ruby/object:Gem::Requirement
131
133
  requirements:
132
134
  - - ">="