ovto 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3b5c09cd1d638ce54f7aea489477c059ac6935704ae284c5fdae49c7b45b7cdd
4
- data.tar.gz: 2c83538298b032f336e035dc7ad48ea71114bb8f6ece4054accd9d3a593db5e6
3
+ metadata.gz: 63f9b98b1728aaa9840fcf73d07710e1175bb95a682060bced33f57d062f4758
4
+ data.tar.gz: ef0de877152bc6c9e53737a7b4c67cc41ef34064343d7e2194c641c7233bd178
5
5
  SHA512:
6
- metadata.gz: 316292a3ef746099b7c1eb5054d34830771b428122325972c91a5c1924123a544f5016e0eab4904120df56d16be5c70c50cb4c4dedd43a5e821eecd53c5aafbb
7
- data.tar.gz: 478d66e8ce0c82f40b258c9490baa64b617b4d66f772931f7c1c5cbd52f2d0a70073d62c98ec0863954de6d6436725c4adad988d85d3ef98754fc00aef70f584
6
+ metadata.gz: b0cf2e7e892dc09d66317c009c909d0fee50e22bcdc24061854b838d98692d10892453221c15c1c4085a92de9a779d51738a5391f7acf17772ecbfce77ee2c7b
7
+ data.tar.gz: 2c1191deca5eac083c18bbb32cf31d8b8383c6700acca1c10375276b020cec3695d69a2223db767cc61773342451d346f471d5a04f1a175aa5bebd6bbe315fdc
@@ -1,3 +1,7 @@
1
+ ## v0.2.1 2018-11-02
2
+
3
+ - fix: gem install error on Windows (due to symlink)
4
+
1
5
  ## v0.2.0 2018-11-01
2
6
 
3
7
  New features
@@ -10,7 +10,7 @@ GIT
10
10
  PATH
11
11
  remote: .
12
12
  specs:
13
- ovto (0.2.0)
13
+ ovto (0.2.1)
14
14
  opal (~> 0.11)
15
15
 
16
16
  PATH
@@ -1,3 +1,3 @@
1
1
  module Ovto
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
@@ -7,12 +7,12 @@ Gem::Specification.new do |spec|
7
7
  spec.email = ["yutaka.hara+github@gmail.com"]
8
8
 
9
9
  spec.summary = %q{Simple client-side framework for Opal}
10
- spec.description = %q{Simple client-side framework for Opal}
10
+ spec.description = %q{Ovto is a client-side framework for Opal. You can write single-page apps with Ruby.}
11
11
  spec.homepage = "https://github.com/yhara/ovto"
12
12
  spec.license = "MIT"
13
13
 
14
14
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
15
- f.match(%r{^(test|spec|features)/})
15
+ f.match(%r{^(test|spec|features)/}) || f == "book/README.md"
16
16
  end
17
17
  spec.bindir = "exe"
18
18
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ovto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yutaka HARA
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-11-01 00:00:00.000000000 Z
11
+ date: 2018-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: opal
@@ -24,7 +24,8 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0.11'
27
- description: Simple client-side framework for Opal
27
+ description: Ovto is a client-side framework for Opal. You can write single-page apps
28
+ with Ruby.
28
29
  email:
29
30
  - yutaka.hara+github@gmail.com
30
31
  executables: []
@@ -39,7 +40,6 @@ files:
39
40
  - LICENSE.txt
40
41
  - README.md
41
42
  - Rakefile
42
- - book/README.md
43
43
  - book/SUMMARY.md
44
44
  - book/api/actions.md
45
45
  - book/api/app.md
@@ -1 +0,0 @@
1
- book/../README.md