Skip to content

Commit b12febc

Browse files
committed
fix
1 parent 97a00ff commit b12febc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: ruby
22
rvm:
3-
- 2.1.2
3+
- 2.1.4
44
- 2.0.0
55
- 1.9.3

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
22

33
gem 'rake', :require => false
4-
gem 'rspec', require: false
4+
gem 'rspec', :require => false
55
gem 'webmock'

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Ryo Ameya(o_ame) - http://randompaper.co
3+
Copyright (C) 2014 Yasuaki Uechi - http://randompaper.co
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ qiita setup <name> <password>
2929
### Search stocked articles
3030

3131
```
32-
qiita stocks <query>
32+
qiita stocks <query:optional>
3333
```
3434

3535
### Search your own articles

0 commit comments

Comments
 (0)