wagn-dev 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MzU5OGJiNTA3MWVhZTI4ODQwYTJjNjc0YTZiMDQyZTA3MzlhMjFjYQ==
4
+ OTYxNWJmZjY2NWIzMTBhNjViNWRiNDVmNzE4YWY5M2Q3OWY5NjM1Yw==
5
5
  data.tar.gz: !binary |-
6
- OTc1NzRiMzFkNGUwN2FkZmE5Y2IzMzE2MzJlNDg2NzFiMWRhYTg5Mg==
6
+ NzNkMjBjYzQzZGQzZjc3YjJiM2MyMWEwOGQzYzA4YmNjN2Q4NDUyNA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZWYyZTY4YzZkNTI2MGE0YTRhMmQzZTUzMzVkNDcwZjRjNzcwZTRmZjlmY2Mx
10
- NGI4OGI0ZGU2M2NkZTYwZmVmOTU0MWQxNjhlNWIzNzk5ZTlkNjEyYmE0OTg5
11
- YjliODE0NDc1MGRiOTFhNGUzNzExNmJhZTUxZDhjMzFlMmZkYjE=
9
+ OWYyNTkxNWY0ODUzMDFlMzRkMmViYjA3ZTM2YTNhMzk2YzRmMDIzOGQ4Yjk2
10
+ NjgyNDZmYjRiMGJjYzE4MWI3NDBhNjkxODBiMWY2Y2FkY2I3ZWRkNzcyOGU3
11
+ YTk0OTQzNGYxY2IyMmZmNGMzOGJlMzU3YzIzYjY3ZTg4OGIyZjA=
12
12
  data.tar.gz: !binary |-
13
- YzljNWMyZWNiNGQ0YzA0ODA3MzlhMGNmZTRjZTBkNWRjMjBmMGE1MTcyMDBl
14
- Y2VhOGUzYmRhMmMyZWIxNzMyOTBkMjE4MTEzMjRhMTkwNWNmZDk5OGY0NWQw
15
- NWE4N2QwMGNhZDdlMjZiYzEzMzg3NWRiMWIwODAzZjM5ZTU5OTI=
13
+ ZDdlZGE0YzNkY2MzZDQ3NTllZmFjYzdlY2Q3YjQ5MmY3ZjBlMzM4NDk4MGQ1
14
+ ZDRlYjQ3OWQ4ODIyMzkxYzZkN2ExYzMyNTQxMTg0ZWZmYjRlOWI0YWMyNDNm
15
+ YmQwN2UwYzQ4OWNkYmRkNTliZGYyZGQ2ZTNiMDUxOWFmNDlkMWE=
@@ -1,5 +1,5 @@
1
1
  module Wagn
2
2
  module Dev
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
data/lib/wagn/dev.rb CHANGED
@@ -1,11 +1,11 @@
1
1
  require "wagn/dev/version"
2
2
 
3
- require 'sass-rails'
4
- #require 'coffee-rails'
3
+ #require 'sass-rails'
4
+ require 'coffee-rails'
5
5
  require 'uglifier'
6
6
 
7
7
  require 'jquery-rails'
8
- require 'jquerymobile-rails'
8
+ require 'jquery_mobile_rails'
9
9
  require 'tinymce-rails'
10
10
 
11
11
  require 'rails-dev-tweaks'
data/wagn-dev.gemspec CHANGED
@@ -19,17 +19,18 @@ Gem::Specification.new do |spec|
19
19
  spec.require_paths = ["lib"]
20
20
 
21
21
  [
22
- # [ 'sass-rails', '~> 3.1' ], # pretty code; compiles to CSS
23
- [ 'coffee-rails', '~> 3.1' ], # pretty code; compiles to JS
24
- [ 'uglifier', '~> 2.4' ], # makes pretty code ugly again. compresses js/css for fast loading
25
-
26
- [ 'jquery-rails', '~> 2.3' ], # main js framework, along with rails-specific unobtrusive lib
27
- [ 'jquerymobile-rails', '~> 0.2' ],
28
- [ 'tinymce-rails', '~> 3.4' ], # wysiwyg editor
29
-
30
-
31
- [ 'rails-dev-tweaks', '~> 0.6' ], # dramatic speeds up asset loading, among other tweaks
32
- [ 'rspec-rails', '~> 2.6' ] # behavior-driven-development suite
22
+ # [ 'sass-rails', '~> 3.1' ], # pretty code; compiles to CSS
23
+ [ 'coffee-rails', '~> 3.1' ], # pretty code; compiles to JS
24
+ [ 'uglifier', '~> 2.4' ], # makes pretty code ugly again. compresses js/css for fast loading
25
+
26
+ [ 'jquery-rails', '~> 2.3' ], # main js framework, along with rails-specific unobtrusive lib
27
+ [ 'jquery_mobile_rails','~> 1.4' ],
28
+
29
+ [ 'tinymce-rails', '~> 3.4' ], # wysiwyg editor
30
+
31
+
32
+ [ 'rails-dev-tweaks', '~> 0.6' ], # dramatic speeds up asset loading, among other tweaks
33
+ [ 'rspec-rails', '~> 2.6' ] # behavior-driven-development suite
33
34
 
34
35
 
35
36
  ].each do |dep|
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.3
4
+ version: 0.0.4
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-19 00:00:00.000000000 Z
11
+ date: 2014-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coffee-rails
@@ -53,19 +53,19 @@ dependencies:
53
53
  - !ruby/object:Gem::Version
54
54
  version: '2.3'
55
55
  - !ruby/object:Gem::Dependency
56
- name: jquerymobile-rails
56
+ name: jquery_mobile_rails
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - ~>
60
60
  - !ruby/object:Gem::Version
61
- version: '0.2'
61
+ version: '1.4'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - ~>
67
67
  - !ruby/object:Gem::Version
68
- version: '0.2'
68
+ version: '1.4'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: tinymce-rails
71
71
  requirement: !ruby/object:Gem::Requirement