embulk-parser-twitter_ads_stats 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/build.gradle +2 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4ca8f41888ef794943233b27500abfd44a6ea81c
4
- data.tar.gz: bbeae8f3f901f49d9586df442ecebca04c74b6a6
3
+ metadata.gz: 9f1833c6a364918557a8792567828b322c53c1b0
4
+ data.tar.gz: 0a8b23dadeadcbf655be8f4da408ffe66cdfd034
5
5
  SHA512:
6
- metadata.gz: 464100f398dbac01996400ab9d42298584d438175f8e7ab506dbd4383014d0146bf8b306ea543b9b73d35669cf0229d4128a0bc387539e67eb2151dff71d2165
7
- data.tar.gz: 6ad7e1b484dee64b7d63c283c9dc81677143dc03bb4039c18563de0019ce3388225ffe1c7d0d3e56189dc95b819baee6508ee42ce2f5ba7842963846b5ff31c6
6
+ metadata.gz: 49e6ccdc2b3aa45b56b9a3908549eff06d0eed15dea8d6681bbb371a4b24642ee57ace7020e7647e55bf425c871415a34838f4352c399a924b783c72a51ef022
7
+ data.tar.gz: 62c0e5ef405ae59c9545715f4845e22d95eb0b524977141eff0eccc6a006a00cb36a193ddf2478d70c85bf47f206851e95c82cdc2e5eddef8f425ab08fef95ee
data/README.md CHANGED
@@ -19,7 +19,7 @@ Stop bulk load transaction if a file includes invalid record (such as invalid ti
19
19
  ## Example
20
20
 
21
21
  #### Input File
22
- I suppose this kind of [input file](https://github.com/kimutyam/embulk-parser-twitter_ads_stats/tree/master/src/test/resources/test.json).
22
+ I suppose this kind of [input file](https://github.com/septeni-original/embulk-parser-twitter_ads_stats/blob/master/src/test/resources/test.json).
23
23
 
24
24
 
25
25
  #### YML
data/build.gradle CHANGED
@@ -13,7 +13,7 @@ configurations {
13
13
  provided
14
14
  }
15
15
 
16
- version = "0.1.0"
16
+ version = "0.1.1"
17
17
 
18
18
  sourceCompatibility = 1.7
19
19
  targetCompatibility = 1.7
@@ -64,7 +64,7 @@ Gem::Specification.new do |spec|
64
64
  spec.description = %[Parses Twitter Ads Stats files read by other file input plugins.]
65
65
  spec.email = ["devkimura@gmail.com"]
66
66
  spec.licenses = ["MIT"]
67
- spec.homepage = "https://github.com/kimutyam/embulk-parser-twitter_ads_stats"
67
+ spec.homepage = "https://github.com/septeni-original/embulk-parser-twitter_ads_stats"
68
68
  spec.files = `git ls-files`.split("\n") + Dir["classpath/*.jar"]
69
69
  spec.test_files = spec.files.grep(%r"^(test|spec)/")
70
70
  spec.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-parser-twitter_ads_stats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - kimutyam
@@ -84,10 +84,10 @@ files:
84
84
  - src/test/scala/org/embulk/parser/twitter_ads_stats/define/ParamsSpec.scala
85
85
  - src/test/scala/org/embulk/parser/twitter_ads_stats/define/RootJsonSpec.scala
86
86
  - src/test/scala/org/embulk/parser/twitter_ads_stats/define/RootSpec.scala
87
- - classpath/embulk-parser-twitter_ads_stats-0.1.0.jar
87
+ - classpath/embulk-parser-twitter_ads_stats-0.1.1.jar
88
88
  - classpath/scala-library-2.12.3.jar
89
89
  - classpath/spray-json_2.12-1.3.3.jar
90
- homepage: https://github.com/kimutyam/embulk-parser-twitter_ads_stats
90
+ homepage: https://github.com/septeni-original/embulk-parser-twitter_ads_stats
91
91
  licenses:
92
92
  - MIT
93
93
  metadata: {}