inesita 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 37b985eb9036d289fcfe6ec35b5cfd3c957a54fc1967f8af02f41e4c487ac001
4
- data.tar.gz: bd1e01bc67f5fb92b24aa977cda6d667c3fb2d5cf3483ad6a867c67d125ed190
3
+ metadata.gz: 02171ee4c6010f33f973d5c4a7d94dde1782a9f7f9f7f9b1a1f2cbe3d1acc265
4
+ data.tar.gz: 4956f0b1e9231ecb068c441d2f0015f5ab281d837d2470d53ad9697eabc440c5
5
5
  SHA512:
6
- metadata.gz: ce78fd03e9b6a75f398e673dcc3ac8dba1f17d3f7ce6bc1e67e420cdd6006f4b645a649018f0f82d1847cc702265f8032021c137765bb16e2c6ae1a27f0ddc11
7
- data.tar.gz: b3208e12735f27ef387369f53aef1712bd74579dd18ada8ebe9bac0cccef04ba3d69c98895908e17ceca4000442e6050fdcfe2683cc43b02f14ce7d2e9e5362e
6
+ metadata.gz: e0fba40fa4926baef8d90f2f37cbaf442730325cd5978802c00917018dd5afd03d13d92ece33b2d83a4b9f768d938097da365e433db6006c3982f2b1758cb374
7
+ data.tar.gz: e42c85c6cb0f229c566cd4689dcd87f70dd03d218e3fff20ee7051679df8432164ddb09f6406cdb33ae8f4ec39841de8fa04d3e0412076065545d4fd7da8b870
@@ -1,3 +1,16 @@
1
+ ## [0.9.1] - 10.05.2020
2
+
3
+ ### Fixes
4
+ - update new application template to use fresh gem
5
+ - update new application counter component
6
+
7
+
8
+ ## [0.9.0] - 02.10.2019
9
+
10
+ ### Changed
11
+ - update opal to 1.0
12
+
13
+
1
14
  ## [0.8.2] - 04.10.2018
2
15
 
3
16
  ### Changed
@@ -1,13 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'inesita'
3
- s.version = '0.9.0'
3
+ s.version = '0.9.1'
4
4
  s.authors = ['Michał Kalbarczyk']
5
5
  s.email = 'fazibear@gmail.com'
6
6
  s.homepage = 'http://github.com/inesita-rb/inesita'
7
7
  s.summary = 'Frontend web framework for Opal'
8
8
  s.description = 'Frontent web framework for Opal'
9
9
  s.license = 'MIT'
10
- s.post_install_message = 'Notice! Inesita 0.6.0 includes lots of breaking changes. See documentaion: https://inesita.fazibear.me/'
10
+ s.post_install_message = 'Thanks for using princess Inesita. See documentaion: https://inesita.fazibear.me/'
11
11
 
12
12
 
13
13
  s.files = `git ls-files`.split("\n")
@@ -1,9 +1,9 @@
1
1
  source "https://rubygems.org"
2
2
 
3
3
  # inesita gems
4
- gem 'inesita', '~> 0.8.0'
4
+ gem 'inesita', '~> 0.9.0'
5
5
  gem 'inesita-livereload', '~> 0.1.0'
6
- gem 'inesita-router', '~> 0.2.0'
6
+ gem 'inesita-router', '~> 0.3.0'
7
7
 
8
8
  # templates gems
9
9
  gem 'slim'
@@ -18,9 +18,9 @@ class NavBar
18
18
  text 'Description'
19
19
  end
20
20
  end
21
- li.nav_item class: class_names(active: router.current_url?(:counters)) do
22
- a.nav_link href: router.url_for(:counters) do
23
- text 'Example Counters'
21
+ li.nav_item class: class_names(active: router.current_url?(:counter)) do
22
+ a.nav_link href: router.url_for(:counter) do
23
+ text 'Example Counter'
24
24
  end
25
25
  end
26
26
  end
@@ -4,6 +4,6 @@ class Router
4
4
  def routes
5
5
  route '/', to: Home
6
6
  route '/description', to: Description
7
- route '/counters', to: Counters
7
+ route '/counter', to: Counter
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inesita
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michał Kalbarczyk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-02 00:00:00.000000000 Z
11
+ date: 2020-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: opal
@@ -207,8 +207,7 @@ homepage: http://github.com/inesita-rb/inesita
207
207
  licenses:
208
208
  - MIT
209
209
  metadata: {}
210
- post_install_message: 'Notice! Inesita 0.6.0 includes lots of breaking changes. See
211
- documentaion: https://inesita.fazibear.me/'
210
+ post_install_message: 'Thanks for using princess Inesita. See documentaion: https://inesita.fazibear.me/'
212
211
  rdoc_options: []
213
212
  require_paths:
214
213
  - lib
@@ -223,7 +222,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
223
222
  - !ruby/object:Gem::Version
224
223
  version: '0'
225
224
  requirements: []
226
- rubygems_version: 3.0.3
225
+ rubygems_version: 3.1.2
227
226
  signing_key:
228
227
  specification_version: 4
229
228
  summary: Frontend web framework for Opal