webify_ruby 0.0.2 → 0.0.3
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 +4 -4
- data/README.rdoc +3 -1
- data/lib/webify_ruby/version.rb +1 -1
- data/webify_ruby.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f73f82ed8d369b01aac1e5a1f259aac94c4e2489
|
4
|
+
data.tar.gz: c9bc45e647a41d4f229e6c24b7ab7b626bc01ffc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ef3261e133156d6ecce90f1818cc8f300f198bfab7c9b7282649d65a4e33e7170872acc519218e7786f37e117989ffc757a316f826cc4d8bb00e47c7da12245
|
7
|
+
data.tar.gz: d744dd1a8913e3cb93c75e5309abbd53f0791d9430ce9d95e935b552611824e0d6100ab53ef60ae82d5b658d02185a107905b235a0043426d4cf3059889f9952
|
data/README.rdoc
CHANGED
@@ -8,6 +8,8 @@
|
|
8
8
|
= WebifyRuby - Haskell Webify bindings gem for Ruby and Rails Applications
|
9
9
|
|
10
10
|
Version 0.0.1 :: Lazi
|
11
|
+
Version 0.0.2 :: Gali
|
12
|
+
Version 0.0.3 :: Vani
|
11
13
|
|
12
14
|
== Usage
|
13
15
|
|
@@ -22,7 +24,7 @@ https://github.com/dachi-gh/webify/tree/executables
|
|
22
24
|
https://github.com/dachi-gh/webify
|
23
25
|
|
24
26
|
==== Add to your Gemfile
|
25
|
-
gem 'webify_ruby', '~> 0.0.
|
27
|
+
gem 'webify_ruby', '~> 0.0.3'
|
26
28
|
or git for development version
|
27
29
|
gem 'webify_ruby', :git => 'git://github.com/dachi-gh/webify_ruby.git'
|
28
30
|
|
data/lib/webify_ruby/version.rb
CHANGED
data/webify_ruby.gemspec
CHANGED
@@ -20,5 +20,5 @@ Gem::Specification.new do |s|
|
|
20
20
|
s.add_development_dependency 'sqlite3', '~> 1.3'
|
21
21
|
s.add_development_dependency 'coveralls', '~> 0.7'
|
22
22
|
s.add_development_dependency 'simplecov', '~> 0.7'
|
23
|
-
s.add_development_dependency 'rake', '~>
|
23
|
+
s.add_development_dependency 'rake', '~> 10.1'
|
24
24
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: webify_ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dachi Natsvlishvili
|
@@ -86,14 +86,14 @@ dependencies:
|
|
86
86
|
requirements:
|
87
87
|
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: '
|
89
|
+
version: '10.1'
|
90
90
|
type: :development
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: '
|
96
|
+
version: '10.1'
|
97
97
|
description: WebifyRuby communicates with Webify and provides nice and easy working
|
98
98
|
interface
|
99
99
|
email:
|