opal-all 0.0.1 → 0.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 64285694497ffff10975c7d079bc928930a51256
4
- data.tar.gz: d37e902dd9a44df82a0f119f63ac12e23d3c292d
3
+ metadata.gz: 81ec9c9ba726ed9f2c30b7b85b823abdbd535983
4
+ data.tar.gz: d1db5a8aa0a095d8c5a5dd81ef87646b73382f12
5
5
  SHA512:
6
- metadata.gz: 3dd176f068da75f27e93eda2324d35aa717c1fcd7fe330968bf87595d275b5077bbf5fa9284aa50b578e8324522cbc4af06532a3970f2199c397b321fb1ad2ee
7
- data.tar.gz: a04eb998df611111e4987ec5d12b4a5d8f42b044395304a855c4162bc2fd88559351480816ab721a6646a54e7065cb5aec1c354d2a9a39b2adf99830f6bb6a94
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 meta-gem to include them all in one line in your Gemfile.
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
 
@@ -1,5 +1,5 @@
1
1
  module Opal
2
2
  module All
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
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 Meta-Gem for including the most useful/common Opal gems}
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.1
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 Meta-Gem for including the most useful/common Opal gems
151
+ summary: A Gem for including the most useful/common Opal gems in one line
152
152
  test_files: []