c 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (7) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +20 -0
  3. data/README.md +1 -27
  4. data/c.gemspec +2 -2
  5. data/lib/c/version.rb +1 -1
  6. metadata +5 -5
  7. data/LICENSE.txt +0 -22
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a592abd33cdbdd86b5a8277ddbcdf5b36a6c9cb7
4
- data.tar.gz: fbc44d965fd9086d2a7e1e4da68721e823b16b06
3
+ metadata.gz: f8982e2967036021f0894b798e796725cc2c1c84
4
+ data.tar.gz: 37c35cc1a45137d0ec5b5cad44fa9e081a9f0474
5
5
  SHA512:
6
- metadata.gz: a08625bd76ad8de3d7d14cb19518683ba4a9802a6b4c62aee616b03e980881dc0eff82feb1117acb42049bfebbc15a58549265b52908ba939524932d8591e93f
7
- data.tar.gz: 86064244a1a4232f7c9d6a1624373e1ac0d056d2421147de60e0e62035e87056d24919370bb59b578de11f9a0e9443161fc94cc045af5f00a935acb0f007eb86
6
+ metadata.gz: 29b959cbad372ae50f58fd1660471fad26be13a005ae8f816f84f29752b28b6d3e72b6842c75caf5a73ef80d90e2e50ab1bc5554cc1880ecc3cd19083627fcc6
7
+ data.tar.gz: 5f86c0bb8b5e95f78ec40cf39d4ebf6ac0a39b5e4e279932b55fb80fb157a95812f2969c4a4ee37abd1fd609a4ef1e0a400a86541ad2875219324a4421a83c69
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2013 Rozzy
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ 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, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md CHANGED
@@ -1,29 +1,3 @@
1
1
  # C
2
2
 
3
- TODO: Write a gem description
4
-
5
- ## Installation
6
-
7
- Add this line to your application's Gemfile:
8
-
9
- gem 'c'
10
-
11
- And then execute:
12
-
13
- $ bundle
14
-
15
- Or install it yourself as:
16
-
17
- $ gem install c
18
-
19
- ## Usage
20
-
21
- TODO: Write usage instructions here
22
-
23
- ## Contributing
24
-
25
- 1. Fork it
26
- 2. Create your feature branch (`git checkout -b my-new-feature`)
27
- 3. Commit your changes (`git commit -am 'Add some feature'`)
28
- 4. Push to the branch (`git push origin my-new-feature`)
29
- 5. Create new Pull Request
3
+ Ruby gem for domain repository
data/c.gemspec CHANGED
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.version = C::VERSION
9
9
  spec.authors = ["Rozzy"]
10
10
  spec.email = ["berozzy@gmail.com"]
11
- spec.description = %q{gem description}
11
+ spec.description = %q{Ruby gem for domain repository}
12
12
  spec.summary = spec.description
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/rozzy/c"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module C
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: c
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rozzy
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: gem description
41
+ description: Ruby gem for domain repository
42
42
  email:
43
43
  - berozzy@gmail.com
44
44
  executables: []
@@ -47,13 +47,13 @@ extra_rdoc_files: []
47
47
  files:
48
48
  - .gitignore
49
49
  - Gemfile
50
- - LICENSE.txt
50
+ - LICENSE
51
51
  - README.md
52
52
  - Rakefile
53
53
  - c.gemspec
54
54
  - lib/c.rb
55
55
  - lib/c/version.rb
56
- homepage: ''
56
+ homepage: https://github.com/rozzy/c
57
57
  licenses:
58
58
  - MIT
59
59
  metadata: {}
@@ -76,6 +76,6 @@ rubyforge_project:
76
76
  rubygems_version: 2.1.10
77
77
  signing_key:
78
78
  specification_version: 4
79
- summary: gem description
79
+ summary: Ruby gem for domain repository
80
80
  test_files: []
81
81
  has_rdoc:
@@ -1,22 +0,0 @@
1
- Copyright (c) 2013 Rozzy
2
-
3
- MIT License
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.