rbjs 0.9.7 → 0.9.8
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/lib/rbjs/version.rb +1 -1
- data/rbjs.gemspec +1 -1
- metadata +2 -2
data/lib/rbjs/version.rb
CHANGED
data/rbjs.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.version = Rbjs::VERSION
|
|
8
8
|
s.authors = ["Stefan Buhrmester"]
|
|
9
9
|
s.email = ["buhrmi@gmail.com"]
|
|
10
|
-
s.homepage = "http://
|
|
10
|
+
s.homepage = "http://github.com/buhrmi/rbjs"
|
|
11
11
|
s.summary = "Remote Javascript re-imagined"
|
|
12
12
|
s.description = "Remote Javascript Builder for Ruby on Rails"
|
|
13
13
|
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: rbjs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.9.
|
|
5
|
+
version: 0.9.8
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Stefan Buhrmester
|
|
@@ -65,7 +65,7 @@ files:
|
|
|
65
65
|
- lib/rbjs/version.rb
|
|
66
66
|
- rbjs.gemspec
|
|
67
67
|
- readme.md
|
|
68
|
-
homepage: http://
|
|
68
|
+
homepage: http://github.com/buhrmi/rbjs
|
|
69
69
|
licenses: []
|
|
70
70
|
|
|
71
71
|
post_install_message:
|