showdown-team-import 0.2.0 → 0.2.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/Rakefile +2 -1
- data/VERSION +1 -1
- data/showdown-team-import.gemspec +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a50bbaa23f8c976492162d21a0567d524dfe553
|
4
|
+
data.tar.gz: 02016bc008d7fa5c7440b9ba9be9c7771aab9bdf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f45aa394112bb388d21a107d08d5c55b50e811a9e05f6608341461ec7b6f9e0a4d5c5aa0beb30b5dd1dfed37851a61fa8f301cbdaaa1e036f0d04cb30b22a5db
|
7
|
+
data.tar.gz: e11210c2c5bf3fd978c323c4228012274010edef32519438c0a58b0a6f2b0ad9643c1e8371517a41c8c490ede1c1d80fca55d7dbd4e16e8ceaaea27a619113a3
|
data/Rakefile
CHANGED
@@ -19,7 +19,8 @@ Jeweler::Tasks.new do |gem|
|
|
19
19
|
gem.license = "MIT"
|
20
20
|
gem.summary = %Q{A Pokemon Showdown! team backup parser that lets you export to files.}
|
21
21
|
gem.description = %Q{A basic ruby gem which takes a team backup file and an optional directory as arguments, } +
|
22
|
-
%Q{and writes each team as a separate file inside the specified directory (or in the current directory)
|
22
|
+
%Q{and writes each team as a separate file inside the specified directory (or in the current directory).\n} +
|
23
|
+
%Q{`$ showdown-team-import <team import> [optional directory]`}
|
23
24
|
gem.email = "aptyget@gmail.com"
|
24
25
|
gem.authors = ["apt-get"]
|
25
26
|
# dependencies defined in Gemfile
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.1
|
@@ -2,17 +2,17 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: showdown-team-import 0.2.
|
5
|
+
# stub: showdown-team-import 0.2.1 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "showdown-team-import"
|
9
|
-
s.version = "0.2.
|
9
|
+
s.version = "0.2.1"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib"]
|
13
13
|
s.authors = ["apt-get"]
|
14
14
|
s.date = "2015-09-11"
|
15
|
-
s.description = "A basic ruby gem which takes a team backup file and an optional directory as arguments, and writes each team as a separate file inside the specified directory (or in the current directory)
|
15
|
+
s.description = "A basic ruby gem which takes a team backup file and an optional directory as arguments, and writes each team as a separate file inside the specified directory (or in the current directory).\n`$ showdown-team-import <team import> [optional directory]`"
|
16
16
|
s.email = "aptyget@gmail.com"
|
17
17
|
s.executables = ["showdown-team-import"]
|
18
18
|
s.extra_rdoc_files = [
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: showdown-team-import
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- apt-get
|
@@ -52,9 +52,9 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: 2.0.1
|
55
|
-
description:
|
56
|
-
as arguments, and writes each team as a separate file inside the specified directory
|
57
|
-
|
55
|
+
description: |-
|
56
|
+
A basic ruby gem which takes a team backup file and an optional directory as arguments, and writes each team as a separate file inside the specified directory (or in the current directory).
|
57
|
+
`$ showdown-team-import <team import> [optional directory]`
|
58
58
|
email: aptyget@gmail.com
|
59
59
|
executables:
|
60
60
|
- showdown-team-import
|