itunestweet 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/itunestweet.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 30e57be18e5f713d371e149b655fe02bc76d9083
|
|
4
|
+
data.tar.gz: 05613eb00691a9ddf020a72cf12e619203251022
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c08014bb7cd5e78d0d7016635061167c3a3d6da19270fdda51d462f88ffe9dd6ec96005b9b0d4b68aa42900b9f80c6908c2b64e495bfea14eb055475a75d3273
|
|
7
|
+
data.tar.gz: 96667e1b7e879e7f70276c9930145fd315c2f58a5bf85fbb30faa79db1b4fad51c1705e916a0c88148c63bb55dd3a3c627927a1392e8dbf7f506785f4715f9cf
|
data/itunestweet.gemspec
CHANGED
|
@@ -5,13 +5,13 @@ require 'itunestweet/version'
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "itunestweet"
|
|
8
|
-
spec.version =
|
|
8
|
+
spec.version = "0.1.1"
|
|
9
9
|
spec.authors = ["Sho Ayase"]
|
|
10
10
|
spec.email = ["sho_ayase@srockstyle.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Tweet iTunes Playing Sound Name. }
|
|
13
13
|
spec.description = %q{Tweet iTunes Playing Sound in Cli}
|
|
14
|
-
spec.homepage = "
|
|
14
|
+
spec.homepage = "https://github.com/ayase-skyhigh/itunestweet"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: itunestweet
|
|
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
|
- Sho Ayase
|
|
@@ -117,7 +117,7 @@ files:
|
|
|
117
117
|
- lib/itunestweet.rb
|
|
118
118
|
- lib/itunestweet/version.rb
|
|
119
119
|
- script/itunestweet.rb
|
|
120
|
-
homepage:
|
|
120
|
+
homepage: https://github.com/ayase-skyhigh/itunestweet
|
|
121
121
|
licenses:
|
|
122
122
|
- MIT
|
|
123
123
|
metadata: {}
|