opal-all 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +9 -1
- data/lib/opal/all/version.rb +1 -1
- data/opal-all.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 81ec9c9ba726ed9f2c30b7b85b823abdbd535983
|
4
|
+
data.tar.gz: d1db5a8aa0a095d8c5a5dd81ef87646b73382f12
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e039a257d7f78d6b19e4f8d5408d1e9415ee7a2002da92c87469ec4ec603bf20b57019ee91c494871e4dd04b0a3857fdc9988890ce6fd36ed71668522cab0c7a
|
7
|
+
data.tar.gz: 92cfbb7175c1d127405236d51316932e7e57d00807a305c354102572b2b92d36b47665cfb6f1890d785e44640b64aed94249e0384295aa947d1cc59007b491ca
|
data/README.md
CHANGED
@@ -18,7 +18,15 @@ Or install it yourself as:
|
|
18
18
|
|
19
19
|
## Usage
|
20
20
|
|
21
|
-
This is just the same as adding the following to your Gemfile, but given that it's common to use them all together, I made a
|
21
|
+
This is just the same as adding the following to your Gemfile, but given that it's common to use them all together, I made a gem to include them all in one line in your Gemfile.
|
22
|
+
|
23
|
+
```ruby
|
24
|
+
gem "opal", "0.5.5"
|
25
|
+
gem "opal-jquery", "0.1.2"
|
26
|
+
gem "opal-activesupport", "0.0.5"
|
27
|
+
gem "opal-rails", "0.6.2"
|
28
|
+
gem "opal-sprockets", "0.3.0"
|
29
|
+
```
|
22
30
|
|
23
31
|
## Contributing
|
24
32
|
|
data/lib/opal/all/version.rb
CHANGED
data/opal-all.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = Opal::All::VERSION
|
9
9
|
spec.authors = ["Andy Jeffries"]
|
10
10
|
spec.email = ["andy@andyjeffries.co.uk"]
|
11
|
-
spec.summary = %q{A
|
11
|
+
spec.summary = %q{A Gem for including the most useful/common Opal gems in one line}
|
12
12
|
spec.description = %q{This gem simply includes opal, opal-rails, opal-jquery, opal-sprockets and opal-activesupport, making it easy to bring the most common Opal gems in to a Rails project}
|
13
13
|
spec.homepage = ""
|
14
14
|
spec.license = "MIT"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opal-all
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andy Jeffries
|
@@ -148,5 +148,5 @@ rubyforge_project:
|
|
148
148
|
rubygems_version: 2.2.0
|
149
149
|
signing_key:
|
150
150
|
specification_version: 4
|
151
|
-
summary: A
|
151
|
+
summary: A Gem for including the most useful/common Opal gems in one line
|
152
152
|
test_files: []
|