hola_harsh 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8213aef4ab3324e5fdc3ab4e2446f0a3364dadd7
4
- data.tar.gz: e5d1750880531f7f8ce134958dc783115d39bbcd
3
+ metadata.gz: 1b8073267119ad5e08d1a8f18e91f1f58663e52e
4
+ data.tar.gz: 0cb2cf466ceca3045ea4b88ad33d0cea91856d2c
5
5
  SHA512:
6
- metadata.gz: e5cd639e2ed7b46f4a6b59a36ea6a1233bf01b31ba0fe8282bf6040af2ab0c9d397c738342124be836cf38a58602f98c5015d327cc725b8767596e5e5f250949
7
- data.tar.gz: d0c83c1624b9534f6219758f821423669b86706260199458f81940fa2b7eb5d895a466e6d3910cf3b28304574cbbfe36f3c8a934888e9b3159b8e21d67eec5bb
6
+ metadata.gz: 2d20884a081f1f136e9850a8c2c5a6d4cb8d8ddef59a67ed915fbb15459ba324f31a1cf5f2f2edf62334822b84441914d87a807bda1f06f9a6c9048cf7ac2b1f
7
+ data.tar.gz: baf1171938c297c6aa4d5ed9e7fba0a9309deb8f679a8124ce9446c6ae6897e82503406f15c61b785dc4568b094920ed2fb46bb9a480f0235a8dd65ca635c931
data/hola_harsh.gemspec CHANGED
@@ -22,10 +22,9 @@ Gem::Specification.new do |spec|
22
22
  raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
23
23
  end
24
24
 
25
- # spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
25
+ spec.files = `cd /Users/harsh/projects/gems/hola_harsh && git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
26
26
  # spec.files = Dir["**/*"].select { |f| File.file? f }
27
- spec.files = [".gitignore", ".rspec", ".travis.yml", "CODE_OF_CONDUCT.md", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/hola_harsh", "bin/setup", "hola_harsh.gemspec", "lib/hola_harsh.rb", "lib/hola_harsh/version.rb"]
28
- # spec.files = ["lib/hola_harsh.rb", "lib/hola_harsh/version.rb"]
27
+ # spec.files = [".gitignore", ".rspec", ".travis.yml", "CODE_OF_CONDUCT.md", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/hola_harsh", "bin/setup", "hola_harsh.gemspec", "hola_harsh-0.1.2.gem", "lib/hola_harsh.rb", "lib/hola_harsh/version.rb"]
29
28
  spec.bindir = "exe"
30
29
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
31
30
  spec.require_paths = ["lib"]
@@ -1,3 +1,3 @@
1
1
  module HolaHarsh
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hola_harsh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Harshvardhan Parihar