showdown-team-import 0.3.1 → 0.3.2
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/demo.webm +0 -0
- 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: b5aa8e15b03974f318ca804a5710a68c39e957d6
|
4
|
+
data.tar.gz: 587a9ae733a13b21003d63396a6d5c312c5f5c01
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4066fd5b7f8fe27900f81be8c943729d19662d0ca2bca22def07859d0a2da0756b7ea163d2cff70db32ecae15f70c667c1daa7da91f99c1dd497aeda5cd8a8b2
|
7
|
+
data.tar.gz: d6d5967180a04ef77747f37ed67b6768c507399eb00250470191ea7e62c8bdd6d080fa338879af89fa391672947a383787f7e4645b196a6e60fc798ac51b9014
|
data/Rakefile
CHANGED
@@ -18,7 +18,8 @@ Jeweler::Tasks.new do |gem|
|
|
18
18
|
gem.homepage = "http://github.com/lc-guy/showdown-team-import"
|
19
19
|
gem.license = "MIT"
|
20
20
|
gem.summary = %Q{A Pokemon Showdown! team backup parser that lets you export to files.}
|
21
|
-
gem.description = %Q{A basic ruby gem which takes a team backup file and writes each team as a separate file inside the specified directory (or in the current directory). Teams will be organized by
|
21
|
+
gem.description = %Q{A basic ruby gem which takes a Pokemon Showdown! team backup file and writes each team as a separate file inside the specified directory (or in the current directory). Teams will be organized by
|
22
|
+
tier.}
|
22
23
|
gem.email = "aptyget@gmail.com"
|
23
24
|
gem.authors = ["apt-get"]
|
24
25
|
gem.required_ruby_version = '>= 1.9.3'
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.2
|
data/demo.webm
CHANGED
Binary file
|
@@ -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.3.
|
5
|
+
# stub: showdown-team-import 0.3.2 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "showdown-team-import"
|
9
|
-
s.version = "0.3.
|
9
|
+
s.version = "0.3.2"
|
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 writes each team as a separate file inside the specified directory (or in the current directory). Teams will be organized by
|
15
|
+
s.description = "A basic ruby gem which takes a Pokemon Showdown! team backup file and writes each team as a separate file inside the specified directory (or in the current directory). Teams will be organized by \ntier."
|
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.3.
|
4
|
+
version: 0.3.2
|
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: A basic ruby gem which takes a team backup file and
|
56
|
-
as a separate file inside the specified directory (or in the current
|
57
|
-
Teams will be organized by
|
55
|
+
description: "A basic ruby gem which takes a Pokemon Showdown! team backup file and
|
56
|
+
writes each team as a separate file inside the specified directory (or in the current
|
57
|
+
directory). Teams will be organized by \ntier."
|
58
58
|
email: aptyget@gmail.com
|
59
59
|
executables:
|
60
60
|
- showdown-team-import
|