notee 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/notee/version.rb +1 -1
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b37d5a58b2083f61e888289c446b746d0981102c
4
- data.tar.gz: 0c14d7b3d5e255a7e9c1edd5f2873ff810459bb2
3
+ metadata.gz: 8f605552bf5712bf48bed077883110bf51b9af0e
4
+ data.tar.gz: c9012f583f9a81052fb46e8a44419d5ab5682d3c
5
5
  SHA512:
6
- metadata.gz: de22faacaa1e7aec98fb4d6444ab707dd94c6cc65f0360315dbde84eeb7b3a4554290d8cc75bb1fcf46fb9d8e21f57a9738f97645c5dd6aff839b6cbab483f11
7
- data.tar.gz: 3c2252ae5db1a87e492dc10d7aebc3726f54034fa6342b953b2bc092bc2b911463974aed23e8138281b53727acb104f45e2be85189410b7a7e3bae3e700170b3
6
+ metadata.gz: a873e14d5e19c09f4045f5b516a47438a7e4aa3d1c7ea873e622b2f27486cd267bba355eee28149f6657352835c41da600a37e62eaf73e865a97e22f654768f2
7
+ data.tar.gz: 58d3bb8b4f9f41aa097202dba7b628667af45cb7d1e59dd989d99b3a7a0763b29b2f80480934009f676e459d3a25931a6462e03c4a566c2705523285c73f5105
@@ -1,3 +1,3 @@
1
1
  module Notee
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notee
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
- - takujifunao
7
+ - funaota
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -150,7 +150,7 @@ dependencies:
150
150
  - - ">="
151
151
  - !ruby/object:Gem::Version
152
152
  version: '0'
153
- description: notee create simple blog application.
153
+ description: "【react&rails】notee is creating CMS(blog) app by only one command."
154
154
  email:
155
155
  - takuji.funao@gmail.com
156
156
  executables: []
@@ -372,7 +372,7 @@ files:
372
372
  - test/models/notee/user_test.rb
373
373
  - test/notee_test.rb
374
374
  - test/test_helper.rb
375
- homepage: https://github.com/maru-3/notee.git
375
+ homepage: https://github.com/funaota/notee.git
376
376
  licenses:
377
377
  - MIT
378
378
  metadata: {}
@@ -395,7 +395,7 @@ rubyforge_project:
395
395
  rubygems_version: 2.5.2
396
396
  signing_key:
397
397
  specification_version: 4
398
- summary: notee is very simple blogging gem.
398
+ summary: "【react&rails】notee is creating CMS(blog) app by only one command."
399
399
  test_files:
400
400
  - test/controllers/notee/categories_controller_test.rb
401
401
  - test/controllers/notee/comments_controller_test.rb