sharp 0.3.0 → 0.3.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/README.md +1 -1
- data/lib/sharp/version.rb +1 -1
- data/sharp.gemspec +4 -4
- metadata +4 -4
data/README.md
CHANGED
@@ -22,4 +22,4 @@ For a basic walkthrough of all the features, read the [tutorial][tutorial].
|
|
22
22
|
|
23
23
|
[ruby]: http://www.ruby-lang.org
|
24
24
|
[rack]: http://rack.github.com
|
25
|
-
[tutorial]: https://github.com/pjb3/sharp/blob/master/TUTORIAL.md#creating-your-first-app
|
25
|
+
[tutorial]: https://github.com/pjb3/sharp/blob/master/TUTORIAL.md#creating-your-first-app
|
data/lib/sharp/version.rb
CHANGED
data/sharp.gemspec
CHANGED
@@ -2,12 +2,12 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |gem|
|
4
4
|
gem.name = "sharp"
|
5
|
-
gem.version = "0.3.
|
5
|
+
gem.version = "0.3.1"
|
6
6
|
gem.authors = ["Paul Barry"]
|
7
7
|
gem.email = ["mail@paulbarry.com"]
|
8
|
-
gem.description = %q{A web framework}
|
9
|
-
gem.summary = %q{A web framework}
|
10
|
-
gem.homepage = ""
|
8
|
+
gem.description = %q{A Ruby and Rack-based web framework}
|
9
|
+
gem.summary = %q{A Ruby and Rack-based web framework}
|
10
|
+
gem.homepage = "http://github.com/pjb3/sharp"
|
11
11
|
|
12
12
|
gem.files = `git ls-files`.split($/)
|
13
13
|
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: sharp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -75,7 +75,7 @@ dependencies:
|
|
75
75
|
- - ! '>='
|
76
76
|
- !ruby/object:Gem::Version
|
77
77
|
version: '0'
|
78
|
-
description: A web framework
|
78
|
+
description: A Ruby and Rack-based web framework
|
79
79
|
email:
|
80
80
|
- mail@paulbarry.com
|
81
81
|
executables:
|
@@ -122,7 +122,7 @@ files:
|
|
122
122
|
- template/templates/root.erb
|
123
123
|
- template/vendor/assets/javascripts/.gitkeep
|
124
124
|
- template/vendor/assets/stylesheets/.gitkeep
|
125
|
-
homepage:
|
125
|
+
homepage: http://github.com/pjb3/sharp
|
126
126
|
licenses: []
|
127
127
|
post_install_message:
|
128
128
|
rdoc_options: []
|
@@ -145,6 +145,6 @@ rubyforge_project:
|
|
145
145
|
rubygems_version: 1.8.25
|
146
146
|
signing_key:
|
147
147
|
specification_version: 3
|
148
|
-
summary: A web framework
|
148
|
+
summary: A Ruby and Rack-based web framework
|
149
149
|
test_files: []
|
150
150
|
has_rdoc:
|