Skip to content

Commit 86126e9

Browse files
committed
read to release
1 parent 6a14cfc commit 86126e9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jgem install math_demo
99

1010
to run
1111

12-
```
12+
```bash
1313
math_demo
1414
```

Rakefile

+5
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ desc 'Gem'
1515
task :gem do
1616
sh 'gem build math_demo.gemspec'
1717
end
18+
19+
desc 'clean'
20+
task :clean do
21+
sh "rm *.gem"
22+
end

lib/math_demo/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
# A wrapper for version
33
module MathDemo
4-
VERSION = '0.1.0'.freeze
4+
VERSION = '0.1.1'.freeze
55
end

0 commit comments

Comments
 (0)