wagn-dev 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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NGRkY2ZkYTk1NTUxOWU2ZDVjZThiYWFlYTMxNDUzYjEwNmMyNmY5MA==
4
+ MDQwNmU1Y2I5ODQ2N2VmZTdlZGM4OTc2MzE5MDg5MDhjYzI2MTk2Yg==
5
5
  data.tar.gz: !binary |-
6
- NjdhMmQ5MWY1Nzg2MTNhYjA4NDMwNWNmN2VjOTYzYzZjOTRlNmM0NA==
6
+ NTJkNzJmZWYwOGVkNmE5Yzg0NTUzZWQ3M2Y5OTA0YWZiNGU1ZjVmMQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YTkwYWEyYjhlNGEzNjkyNzllODI3NGU2NDljNmZjMjljOWNlNzgzMzdjNzdl
10
- NzUyMmFkZDA0NzNlYjc0N2RkYmQyYWQ3ZjgwMDZkMDI3YmZlYmUyNThlNjBh
11
- ZDExMDRlMjZlMjAzMGFhODhlOTk5NmI0YTM0NmJlMjllMTA1MDA=
9
+ MmEyM2MxMDg1NDFiOWRiOTM5YTQ1M2I5MDFhNGI2ZWNiY2U2NWNhNTk1ZTc2
10
+ Mzk3MTJiNjRkMDlkZGFkYzQzODc4Y2MyZDViNGJiODdhZGI0MjkwOGZjYjc0
11
+ MmNjODg3YjFmMzM0ZjdlZmQyN2Q3MzM0ZDQ4ZTNmYTQxM2EzNDM=
12
12
  data.tar.gz: !binary |-
13
- NmI0ZDc3YTkwYmZiOTUyNjQxOWJkYjZlZTA1MWE1Y2U5Y2RlNjUyNTU5Zjk1
14
- YTEyMGRhN2IwNWVmNWY0ZjY1ZGNjZTM2OGZhZTM2MDNmNDYzM2M2MzExN2Ji
15
- Y2FkZGU3YTczZTY1M2E2OTY4ZmI2YTgzYTg2YzczNDdhZTYxZjY=
13
+ OTM5NjZkYTk2MWZhZWQ4ZmExZDk5OGE0MWE2YTg1ZGY4MzYyNWQ4OWY5ZTBm
14
+ ZmVmMjJiOTdiZTkyZTQ3NmY5MDJlNDk1MGU3ODIyMzM4NzgxMWQ1ZGNhM2Yw
15
+ ZTc3OTBlNDcyYzczZTkwNGI0NmY2MmY5NTRhZWExODcwNmRjNjM=
@@ -1,5 +1,5 @@
1
1
  module Wagn
2
2
  module Dev
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
data/lib/wagn/dev.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require "wagn/dev/version"
2
2
 
3
3
  require 'sass-rails'
4
- require 'coffee-rails'
4
+ #require 'coffee-rails'
5
5
  require 'uglifier'
6
6
 
7
7
  require 'jquery-rails'
data/wagn-dev.gemspec CHANGED
@@ -20,10 +20,10 @@ Gem::Specification.new do |spec|
20
20
 
21
21
  [
22
22
  [ 'sass-rails', '~> 3.1' ], # pretty code; compiles to CSS
23
- [ 'coffee-rails', '~> 3.1' ], # pretty code; compiles to JS
23
+ # [ 'coffee-rails', '~> 3.1' ], # pretty code; compiles to JS
24
24
  [ 'uglifier' ], # makes pretty code ugly again. compresses js/css for fast loading
25
25
 
26
- [ 'jquery-rails', '~> 2.1.4' ], # main js framework, along with rails-specific unobtrusive lib
26
+ [ 'jquery-rails', '~> 2.3' ], # main js framework, along with rails-specific unobtrusive lib
27
27
  [ 'jquerymobile-rails', '~> 0.2' ],
28
28
  [ 'tinymce-rails', '~> 3.4' ], # wysiwyg editor
29
29
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wagn-dev
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
  - Ethan McCutchen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-07 00:00:00.000000000 Z
11
+ date: 2014-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass-rails
@@ -24,20 +24,6 @@ dependencies:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.1'
27
- - !ruby/object:Gem::Dependency
28
- name: coffee-rails
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ~>
32
- - !ruby/object:Gem::Version
33
- version: '3.1'
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - ~>
39
- - !ruby/object:Gem::Version
40
- version: '3.1'
41
27
  - !ruby/object:Gem::Dependency
42
28
  name: uglifier
43
29
  requirement: !ruby/object:Gem::Requirement
@@ -58,14 +44,14 @@ dependencies:
58
44
  requirements:
59
45
  - - ~>
60
46
  - !ruby/object:Gem::Version
61
- version: 2.1.4
47
+ version: '2.3'
62
48
  type: :runtime
63
49
  prerelease: false
64
50
  version_requirements: !ruby/object:Gem::Requirement
65
51
  requirements:
66
52
  - - ~>
67
53
  - !ruby/object:Gem::Version
68
- version: 2.1.4
54
+ version: '2.3'
69
55
  - !ruby/object:Gem::Dependency
70
56
  name: jquerymobile-rails
71
57
  requirement: !ruby/object:Gem::Requirement