pointrb 0.1.0 → 0.1.1

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.
data/Rakefile CHANGED
@@ -44,7 +44,7 @@ end}
44
44
 
45
45
  sh "git add #{version_file}"
46
46
  sh "git commit -m 'version bump to #{new_version}'"
47
- project = 'the_array_comparator'
47
+ project = 'pointrb'
48
48
  sh "git tag #{project}-v#{new_version}"
49
49
  end
50
50
 
@@ -1,4 +1,4 @@
1
- # Project initializer
1
+ #main PointRb
2
2
  module PointRb
3
- VERSION = '0.1.0'
4
- end
3
+ VERSION = '0.1.1'
4
+ end
data/pointrb.gemspec CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
14
14
  for your project. It supports profiles so that you can use different layouts for
15
15
  different projects: library, webapplication etc.
16
16
  EOF
17
- gem.homepage = "https://www.github.com/max_meyer/pointrb"
17
+ gem.homepage = "https://www.github.com/maxmeyer/pointrb"
18
18
 
19
19
  gem.files = `git ls-files`.split($/)
20
20
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pointrb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -141,7 +141,7 @@ files:
141
141
  - spec/support/env.rb
142
142
  - spec/support/helper.rb
143
143
  - spec/support/hooks.rb
144
- homepage: https://www.github.com/max_meyer/pointrb
144
+ homepage: https://www.github.com/maxmeyer/pointrb
145
145
  licenses: []
146
146
  post_install_message:
147
147
  rdoc_options: []