jpcalendar 0.0.0 → 0.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. data/README.md +5 -2
  2. data/lib/jpcalendar/version.rb +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -4,11 +4,14 @@ Jpcalendar
4
4
 
5
5
  install
6
6
  ------
7
- ダウンロード後、ディレクトリに移動して以下を実行
7
+
8
8
  ```zsh
9
- gem install jpcalendar
9
+ gem build jpcalendar.gemspec
10
+ rake install
10
11
  ```
11
12
 
13
+ もしくはGemfileに追記で使用
14
+ ``gem 'jpcalendar', :git => 'git://github.com/YoshitsuguFujii/jpcalendar.git'``
12
15
  usage
13
16
  ------
14
17
 
@@ -1,3 +1,3 @@
1
1
  module Jpcalendar
2
- VERSION = "0.0.0"
2
+ VERSION = "0.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jpcalendar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: