baseboard 1.0.3 → 1.0.4
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,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NTE3NGM0MDVmY2U0NzkzODUwMmJmNzRkYTBiYmRlNTg4MTU2YTk3ZA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ODEyNzNlNTA4N2YzNjZiN2Y0NmI2YzNhYjk2NzMyMjdhYjJlMmZhNw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MDYxMmNiMDliZTkwNGY5MjlmZTc0ZjUzN2FhMzU1ZDY3YWIwZjU2NWE4MzA2
|
10
|
+
NjAyMzBmYTdmZTQ4Mzc5NjA3YTU0MDIwZjA1ZjczNjdhZjE0YWJmZjBkNGZm
|
11
|
+
NzY4ZWVkYzI4NWI3YjdlM2FkM2IzZTRjMmI5MDdhZDlkMTRlMzk=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZWQ2MzAxYjkzNTBjYTM5MjA1MmZkZWY4M2M1MmYwNzAyYjIzYTc0YzFlMGI2
|
14
|
+
Mzk0Yjg3YzRhMTE4OGE0NzQyNTFmN2ZmZWFmNWQ5NTEyZDM2OTMxM2RkZTA0
|
15
|
+
MjAwYjQzYjUyNDhmYTFmNGY0NWI3ZTk0MWVhZGEzZjU1YTI1Mjg=
|
File without changes
|
data/templates/project/assets/javascripts/{dashing.gridster.coffee → baseboard.gridster.coffee}
RENAMED
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: baseboard
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nikit Saraf, Yash Shah
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-03-
|
11
|
+
date: 2015-03-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sass
|
@@ -243,9 +243,9 @@ extra_rdoc_files: []
|
|
243
243
|
files:
|
244
244
|
- README.md
|
245
245
|
- bin/baseboard
|
246
|
+
- javascripts/baseboard.coffee
|
246
247
|
- javascripts/batman.jquery.js
|
247
248
|
- javascripts/batman.js
|
248
|
-
- javascripts/dashing.coffee
|
249
249
|
- javascripts/es5-shim.js
|
250
250
|
- javascripts/jquery.js
|
251
251
|
- lib/baseboard.rb
|
@@ -263,8 +263,8 @@ files:
|
|
263
263
|
- templates/project/assets/fonts/fontawesome-webfont.woff
|
264
264
|
- templates/project/assets/images/logo.png
|
265
265
|
- templates/project/assets/javascripts/application.coffee
|
266
|
+
- templates/project/assets/javascripts/baseboard.gridster.coffee
|
266
267
|
- templates/project/assets/javascripts/d3-3.2.8.js
|
267
|
-
- templates/project/assets/javascripts/dashing.gridster.coffee
|
268
268
|
- templates/project/assets/javascripts/gridster/jquery.gridster.js
|
269
269
|
- templates/project/assets/javascripts/gridster/jquery.leanModal.min.js
|
270
270
|
- templates/project/assets/javascripts/jquery.knob.js
|