pointrb 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/pointrb/version.rb +3 -3
- data/pointrb.gemspec +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
data/lib/pointrb/version.rb
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
#
|
1
|
+
#main PointRb
|
2
2
|
module PointRb
|
3
|
-
VERSION = '0.1.
|
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/
|
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.
|
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/
|
144
|
+
homepage: https://www.github.com/maxmeyer/pointrb
|
145
145
|
licenses: []
|
146
146
|
post_install_message:
|
147
147
|
rdoc_options: []
|