flight-router 0.1.9 → 0.1.10

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4ab231451112b1ef15a3402c5731a63906ee214e
4
- data.tar.gz: b11f5ca697968abf09f6dff0ab599fc086b25baa
3
+ metadata.gz: c4fe07383cc100af344c4de4a2726cc624ee67d8
4
+ data.tar.gz: e062c42a40433dd2931499579b69ac274709fd23
5
5
  SHA512:
6
- metadata.gz: 8335c94bd638e41591ffee43680336ba07dddc90a561a56d1d73603388b4ff4f27aab85761b3948c19eeec138fc01054a4dbcaec30526ddeed08022df891e37b
7
- data.tar.gz: 8888bc1089c2c13e2693b8ace4a64d927f1a3d39722639372bc2efc2b455ac45ea8d003b6bf06e40ee6f98bb71051be954f7a64df02349f5015af7cdaff400e6
6
+ metadata.gz: c78639a40d1a99dab20383f55f8c547407cc3812a8fa61ced229d7dc799c4dd0c9d9ce41793183765f5213c20873afcf62a5f26e7e4db511dd655ada58556363
7
+ data.tar.gz: 616366578dad8dd6a691376c5b0cefd07b5fce612df6e6a300f5b2717c80fc4f63f01996d7e51f278ed09069c76c07805be7470c19dd2028627a9be7062aa4bf
@@ -0,0 +1,6 @@
1
+ # Changelog : 0.1.10
2
+
3
+ ## commits
4
+
5
+ * fix test
6
+ * fix format-for-upload
@@ -41,8 +41,8 @@ module Flight::Router
41
41
  scope = Base64.strict_encode64(JSON.generate(scope))
42
42
  [scope]
43
43
  end
44
- command "format-for-upload" do |kind:|
45
- [kind]
44
+ command "format-for-upload" do |kind:,path:|
45
+ [kind, path]
46
46
  end
47
47
  end
48
48
 
@@ -1,5 +1,5 @@
1
1
  module Flight
2
2
  module Router
3
- VERSION = "0.1.9"
3
+ VERSION = "0.1.10"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flight-router
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - shun@getto.systems
@@ -77,6 +77,7 @@ files:
77
77
  - ".gitignore"
78
78
  - ".travis.yml"
79
79
  - CHANGELOG/0.1.1.md
80
+ - CHANGELOG/0.1.10.md
80
81
  - CHANGELOG/0.1.2.md
81
82
  - CHANGELOG/0.1.3.md
82
83
  - CHANGELOG/0.1.4.md