jekyll-assets 1.0.0.pre.alpha0 → 1.0.0.pre.alpha1

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: 1ca5a553bcf01804b3d3421e2c65f2472c0c892c
4
- data.tar.gz: b57af1592b7ce80e83ff811039a39ac07e890bac
3
+ metadata.gz: 8784ac1f28c797b6d47252eba9f4193529a4e831
4
+ data.tar.gz: b1f02c4c062292540558b19fc361a23b7ca661af
5
5
  SHA512:
6
- metadata.gz: ea97b3caf077a4a9234a5b4d826096478cf41ee160d701609e3cc1d866a5ba2d6783e469dbc2eeb8e14397f206b1fd1c0849a5c8b7645b641209814f8c57977d
7
- data.tar.gz: 73f729d20a3354e09a535bf3f773a53e8fb8ffa359e99b5093b26a098e6212e6b78a044bf2a03693adc8099100f558d6da71e9db8a439b5cd19a675e1070fe6a
6
+ metadata.gz: fcc0a34679f0ce402163592d282c46abfdd5f7e611415aa3d1c22ac63cfd3f6478f5383686b181910ab738e44b9c595f19e7165c9ade657044283cf776c737f3
7
+ data.tar.gz: 9909c3b2b2b6a95e4d66238cb375d375fc998be50e259f122f76e8c3bb96c419a7bc5989c7882e8b0f595b0e42967607c184419422b659563899017904527be2
data/HISTORY.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
 
4
4
 
5
+ ### 1.0.0-alpha1 (2015-03-14)
6
+
7
+ * Restore support of `require "jekyll-assets"`. (@ixti)
8
+
9
+
5
10
  ### 1.0.0-alpha0 (2015-03-14)
6
11
 
7
12
  * Remove all built-in vendors. (@ixti)
@@ -0,0 +1,2 @@
1
+ # rubocop: disable FileName
2
+ require "jekyll/assets"
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Assets
3
- VERSION = "1.0.0-alpha0"
3
+ VERSION = "1.0.0-alpha1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.alpha0
4
+ version: 1.0.0.pre.alpha1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aleksey V Zapparov
@@ -147,6 +147,7 @@ files:
147
147
  - README.md
148
148
  - Rakefile
149
149
  - jekyll-assets.gemspec
150
+ - lib/jekyll-assets.rb
150
151
  - lib/jekyll/assets.rb
151
152
  - lib/jekyll/assets/asset_path.rb
152
153
  - lib/jekyll/assets/configuration.rb
@@ -221,7 +222,7 @@ rubyforge_project:
221
222
  rubygems_version: 2.2.2
222
223
  signing_key:
223
224
  specification_version: 4
224
- summary: jekyll-assets-1.0.0-alpha0
225
+ summary: jekyll-assets-1.0.0-alpha1
225
226
  test_files:
226
227
  - spec/fixtures/.gitignore
227
228
  - spec/fixtures/_assets/alert.js