gatch 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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +0 -24
  3. data/lib/gatch/version.rb +1 -1
  4. metadata +1 -2
  5. data/LICENSE.txt +0 -21
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c2660be6c82594b40d40624c5eee0c843b4223cd
4
- data.tar.gz: 7d0fb8a1b8b9ab3235e16e88973fdbff28f36d76
3
+ metadata.gz: a32e9371ae6df5a9f357ac84e6f116e2cf5cec46
4
+ data.tar.gz: 27805ca21ba87fd7609aa31fa18470f41f3ba408
5
5
  SHA512:
6
- metadata.gz: f9437d5ce7e61804b27aeb789e64c860e0ee0f283f91be760c94d8f488a9324a9c85ba9a91646920ce815ec9b3d7598cb65fed64b0e2910efee919ae41c331ea
7
- data.tar.gz: 2aa3e9771d731133d6d5574df7dff747efdb548b7ecff556e7fe599fd864850723be12be1dd936d2f3c66b6f6a2b7ace8d43b5f12eff030ecd778e99ce4fb6ba
6
+ metadata.gz: 1889a1b1e7e5f3f93f00207f3ca89104138796d309a6820028e9d435f5a73da8e19b0ff22b9e96c7ae3815b27be38f8af096ccd48cd92ca6134c81f6f4421f85
7
+ data.tar.gz: 7fd94efff48e385a840b6f1970fb89df37fc1d924cb5e4d7527ef134905727d6a6c44b1fb0426fc40e50f7f3c69b16e39f3b79451f96c55d653fac7584dad82c
data/README.md CHANGED
@@ -1,12 +1,5 @@
1
1
  # Gatch
2
2
 
3
- <<<<<<< HEAD
4
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/gatch`. To experiment with that code, run `bin/console` for an interactive prompt.
5
-
6
- TODO: Delete this and the text above, and describe your gem
7
-
8
- =======
9
- >>>>>>> 106301b40609565cf3c7cea18f38d9f4de3f5be7
10
3
  ## Installation
11
4
 
12
5
  Add this line to your application's Gemfile:
@@ -23,21 +16,6 @@ Or install it yourself as:
23
16
 
24
17
  $ gem install gatch
25
18
 
26
- <<<<<<< HEAD
27
- ## Usage
28
-
29
- TODO: Write usage instructions here
30
-
31
- ## Development
32
-
33
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
34
-
35
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
36
-
37
- ## Contributing
38
-
39
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/gatch. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
40
- =======
41
19
  After install gatch,if you not have nodejs ,npm and git:
42
20
 
43
21
  $ sudo yum -y install nodejs npm
@@ -63,8 +41,6 @@ After move your working directory, run `gatch init` to install dependencies. The
63
41
  ## Contributing
64
42
 
65
43
  Bug reports and pull requests are welcome on GitHub at https://github.com/rinov/gatch. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
66
- >>>>>>> 106301b40609565cf3c7cea18f38d9f4de3f5be7
67
-
68
44
 
69
45
  ## License
70
46
 
@@ -1,3 +1,3 @@
1
1
  module Gatch
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gatch
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
7
  - Ryo Ishikawa
@@ -79,7 +79,6 @@ files:
79
79
  - CODE_OF_CONDUCT.md
80
80
  - Gemfile
81
81
  - LICENSE
82
- - LICENSE.txt
83
82
  - README.md
84
83
  - Rakefile
85
84
  - bin/console
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2016 Ryo Ishikawa
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.