cedar 0.1.3.pre → 0.1.4.pre

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: aa1641aac83366ddb040839fd710d7112cc7403a
4
- data.tar.gz: df31895861c4aa65ee9eedd3b7e502251f090e86
3
+ metadata.gz: c5d280227fbd35a6d74fad592fc82ade118e7235
4
+ data.tar.gz: 98f6b8c3544fc3f053f6f7c7bc6b20fe5e128faa
5
5
  SHA512:
6
- metadata.gz: b308d132f293008ad7cdb91176fceca47364192d4fa8b55bbf55615cf3893f714e506100c51e2426fe0967a41f2314b32c8c186234c78484c07033ccc47cb6e4
7
- data.tar.gz: c5e7e9ce0b2547b656a70490aab16d0f6660a384af025c3b2ee96359dc6abe2e65878c9f927c19d1c19ca6ecfbc12c81ed7240977912e3d214b78941aed9092e
6
+ metadata.gz: 8598d491a8eea92e6395ad8626dac591f924ecfbd8f3566ebae1ad52c6ae82f6b4ac279d11188c33c8aad628c705e1c88148ceb75ffeb6ebfd8f02e6a63a00ba
7
+ data.tar.gz: 818dfac12dd59da8b8ff884caac69ddd582219aa9fd789627e14a84392010d83caae7d7b5b6e56e11ed0d13e2d2d3d4c7d4e2ee75344ed165514128ac2df4b45
data/cedar.gemspec CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.homepage = "http://plyinteractive.com"
14
14
  spec.license = "MIT"
15
15
 
16
- spec.files = `git ls-files --exclude="pkg" -z`.split("\x0")
16
+ spec.files = `git ls-files -z`.split("\x0")
17
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
data/lib/cedar/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Cedar
2
- VERSION = "0.1.3.pre"
2
+ VERSION = "0.1.4.pre"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cedar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3.pre
4
+ version: 0.1.4.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jed Murdock
@@ -59,16 +59,6 @@ files:
59
59
  - lib/assets/stylesheets/cedar.scss
60
60
  - lib/cedar.rb
61
61
  - lib/cedar/version.rb
62
- - pkg/cedar-0.0.3.pre.gem
63
- - pkg/cedar-0.0.4.pre.gem
64
- - pkg/cedar-0.0.5.pre.gem
65
- - pkg/cedar-0.0.6.pre.gem
66
- - pkg/cedar-0.0.7.pre.gem
67
- - pkg/cedar-0.0.8.pre.gem
68
- - pkg/cedar-0.0.9.pre.gem
69
- - pkg/cedar-0.1.0.pre.gem
70
- - pkg/cedar-0.1.1.pre.gem
71
- - pkg/cedar-0.1.2.pre.gem
72
62
  homepage: http://plyinteractive.com
73
63
  licenses:
74
64
  - MIT
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file