hello_arun_first_gem 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YjQ0ZWY1ZTg2YjA2NjIyMTcwOTQwOGQxZmQ4Mjk5MjBhNGViODEzOQ==
4
+ NDU2ODQwYzI3ZWUyNTI3YWY4MDhmYWZmNDE3OWE4YjU3MmE5ZjJjMg==
5
5
  data.tar.gz: !binary |-
6
- YTgwMGIxOWYxZjUwNjgwYWNjMzM0ZDQ1NmU1N2JkM2ZkNzJiZmQ0Mw==
6
+ N2Q3MzA4NGRiYTQxNGNhODk4YzQ1ZTdmNjI5Mzk4YTc5MzYxMmEyZA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YzhlNzQyZmJkNDhlN2ZkYmU4NWVjNjNkNzkyZDQzZWI4YTk2Mjc2NDVjNjJi
10
- OGFiNmQxZTcwNjIyYWFmZWQ3NzBjNWI3MzczNmI0ZTZjZDcyZTJiNmIyYzg1
11
- ZjA5MmE4MjVlZmU5YWI3ZmNmMWU5ZDBiOThjY2U3NzIwMThmN2U=
9
+ NjQ0ZGEwMjA0YTg5ZDZmYTM1NTM2ZjI3OTg2MGU3NGM1OTg3Zjk1NDg5YWYw
10
+ ZGM2ZDBlMGVjMzdlOTZiODRiYTg1OTEyMzE5OTJiMDJhNWZkZDg5Yjg3MjQx
11
+ MjNkZjQ2N2QzMTMzNDdiN2EyNTNjMjlmYzgwYzYxMTUzNTZiYmM=
12
12
  data.tar.gz: !binary |-
13
- NzhkZmFmMWY3OGQwMGExNzNmNjNmZmYwMmM2NTQyODdjODE3OWZkZjkwNDE2
14
- OTQ2MTM0ZmQ2OGU2MjNmMjNiZDgzOWIxNDQzNjYwZWRmMjg5NTAxZTczMTZi
15
- Nzk4YjAyZWNlMzAyNjEyNWE5N2IzZDc5ZTI2MTI3YTNiYzViZDc=
13
+ MGQyMTllMmQ2NWM0MGQ2YjE5MGI1NjY2OGNjMTc2ZDUyZTAxMmY4MTkwODk0
14
+ MmQ4NzU5MDM5MDUwYjg4NWQ2ZTlkNTQ2NjNmZDA0ZjAyNTIyNjZmNTkwZjBj
15
+ YzM2ZTgxOTg3NzIyYzFjZDk2MjI5NDQ1YjdiNDhiNjBlNGFmYmU=
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hello_arun_first_gem
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
  - Arun
@@ -44,15 +44,7 @@ email:
44
44
  executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
- files:
48
- - .gitignore
49
- - Gemfile
50
- - LICENSE.txt
51
- - README.md
52
- - Rakefile
53
- - hello_arun_first_gem.gemspec
54
- - lib/hello_arun_first_gem.rb
55
- - lib/hello_arun_first_gem/version.rb
47
+ files: []
56
48
  homepage: ''
57
49
  licenses:
58
50
  - MIT
@@ -78,3 +70,4 @@ signing_key:
78
70
  specification_version: 4
79
71
  summary: Test summary.
80
72
  test_files: []
73
+ has_rdoc:
data/.gitignore DELETED
@@ -1,14 +0,0 @@
1
- /.bundle/
2
- /.yardoc
3
- /Gemfile.lock
4
- /_yardoc/
5
- /coverage/
6
- /doc/
7
- /pkg/
8
- /spec/reports/
9
- /tmp/
10
- *.bundle
11
- *.so
12
- *.o
13
- *.a
14
- mkmf.log
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in hello_arun_first_gem.gemspec
4
- gemspec
data/LICENSE.txt DELETED
@@ -1,22 +0,0 @@
1
- Copyright (c) 2014 TODO: Write your name
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.
data/README.md DELETED
@@ -1,31 +0,0 @@
1
- # HelloArunFirstGem
2
-
3
- TODO: Write a gem description
4
-
5
- ## Installation
6
-
7
- Add this line to your application's Gemfile:
8
-
9
- ```ruby
10
- gem 'hello_arun_first_gem'
11
- ```
12
-
13
- And then execute:
14
-
15
- $ bundle
16
-
17
- Or install it yourself as:
18
-
19
- $ gem install hello_arun_first_gem
20
-
21
- ## Usage
22
-
23
- TODO: Write usage instructions here
24
-
25
- ## Contributing
26
-
27
- 1. Fork it ( https://github.com/[my-github-username]/hello_arun_first_gem/fork )
28
- 2. Create your feature branch (`git checkout -b my-new-feature`)
29
- 3. Commit your changes (`git commit -am 'Add some feature'`)
30
- 4. Push to the branch (`git push origin my-new-feature`)
31
- 5. Create a new Pull Request
data/Rakefile DELETED
@@ -1,2 +0,0 @@
1
- require "bundler/gem_tasks"
2
-
@@ -1,23 +0,0 @@
1
- # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'hello_arun_first_gem/version'
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "hello_arun_first_gem"
8
- spec.version = HelloArunFirstGem::VERSION
9
- spec.authors = ["Arun"]
10
- spec.email = ["ajulwania@grepruby.com"]
11
- spec.summary = %q{Test summary.}
12
- spec.description = %q{Description summary.}
13
- spec.homepage = ""
14
- spec.license = "MIT"
15
-
16
- spec.files = `git ls-files -z`.split("\x0")
17
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
- spec.require_paths = ["lib"]
20
-
21
- spec.add_development_dependency "bundler", "~> 1.7"
22
- spec.add_development_dependency "rake", "~> 10.0"
23
- end
@@ -1,7 +0,0 @@
1
- require "hello_arun_first_gem/version"
2
-
3
- module HelloArunFirstGem
4
- def self.ipsum
5
- "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
6
- end
7
- end
@@ -1,3 +0,0 @@
1
- module HelloArunFirstGem
2
- VERSION = "0.0.1"
3
- end