archetype-base 1.0.0.alpha.2 → 1.0.0.alpha.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 74940e04538a54ceab16f1be236201656a03aab0
4
- data.tar.gz: ca1efaee9748104604d0ec59b956aec14bd7e8c8
3
+ metadata.gz: 685671513d837b2497e529862f08700e327a6226
4
+ data.tar.gz: 6f9d6573f392b4c27c3cf549c4778e20269f0fbb
5
5
  SHA512:
6
- metadata.gz: 5496d8172e607df77501359295ea8737ea06cf8db985c9e8785d01977c30a7d31d36e37d5bb2db162af4950ea46f1fa7da50186fa530c420cdea33a2496fe5b4
7
- data.tar.gz: deda786e2eb172ff308f7a2cb071510c825ee1e343f4eea2c4bd5f372cd70a6cb591cfd1bb171cd868135c93950285a3991517fcc4ebaea255c9c932adc0dff4
6
+ metadata.gz: a778a9de4c836ca0276e9606bfc86702e912c53c1f8279791791468a504436670a6b27bb77f64aacadb342cea1b0d8f9ef6d6a25f0b6bb81feb4569fc5ad150d
7
+ data.tar.gz: e8bf8b2b3a5c2ef4256791455b3bc5468efca7b8dc76777ee7cccb345398bb2e39033e101f1dfe9e0d9b093bc1dac44edafe01b21e6e95e669da14eb3f2ca898
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0.alpha.2
1
+ 1.0.0.alpha.3
@@ -1,4 +1,4 @@
1
- description "An Archetype extension that provides hooks into using HTML5 Boilerplate's CSS reset"
1
+ description "An Archetype extension for defining the base of your page"
2
2
 
3
3
  no_configuration_file!
4
4
  skip_compilation!
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: archetype-base
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.alpha.2
4
+ version: 1.0.0.alpha.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugene ONeill
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-03-25 00:00:00.000000000 Z
12
+ date: 2014-08-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: archetype
@@ -17,14 +17,14 @@ dependencies:
17
17
  requirements:
18
18
  - - "~>"
19
19
  - !ruby/object:Gem::Version
20
- version: 1.0.0.alpha.2
20
+ version: 1.0.0.alpha.3
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - "~>"
26
26
  - !ruby/object:Gem::Version
27
- version: 1.0.0.alpha.2
27
+ version: 1.0.0.alpha.3
28
28
  description: An Archetype extension for defining the base of your page
29
29
  email: oneill.eugene@gmail.com
30
30
  executables: []