ums 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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 272ed6c390ebe0b96fff511b1e2e3ffe7eda162f
4
- data.tar.gz: ee84462764d1d8368553dc8c4878dff2c2b665a7
3
+ metadata.gz: 064961d8ca4ae8073ab7f3b042f19b023d2db79f
4
+ data.tar.gz: 1863125d14a533c676be160553898d060ce8eb04
5
5
  SHA512:
6
- metadata.gz: af4f78d9f7651fae64fde42e4e250a2b9797564daf06cfebeb81dbeeb8d37bf7cbbac39c5c632313667b1af0f987c291b2f6acc3cbaa61e5a295b0e68938263d
7
- data.tar.gz: 6b6db9df31ab86f4e8044e4cbbe105c472b482b34add3bcfd3e62820334d9eb15de0d463e7d8b35acc88dc841b7debf25ab0470a430bcc4cb21cecab45283764
6
+ metadata.gz: 0ae519a7a351d85effb442f2769a46512b04e314a6e4474e38d1e500fe98f2d06388baeb479dd2d1ddffe940c40aec64bf7325a7d266967a991a0bb5b912570e
7
+ data.tar.gz: 46f7626fb5cc968e598e5a7624b988bcbd418b7b2045fddd485f5b970fbcecf9e0dcd76f1e1d9a66ed9c6c6228733b00820bdd7c2287531b64c1f41aad887ed1
@@ -0,0 +1,20 @@
1
+ Copyright 2013 Wangfuhai
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,5 +1,4 @@
1
1
  module Ums
2
- #class ApplicationController < ActionController::Base
3
- class Ums::ApplicationController < ApplicationController
2
+ class ApplicationController < ActionController::Base
4
3
  end
5
4
  end
@@ -1,3 +1,3 @@
1
1
  module Ums
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ums
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
  - wangfuhai
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-01 00:00:00.000000000 Z
11
+ date: 2013-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -105,6 +105,7 @@ files:
105
105
  - lib/ums/engine.rb
106
106
  - lib/ums/version.rb
107
107
  - lib/ums.rb
108
+ - MIT-LICENSE
108
109
  - Rakefile
109
110
  - README.rdoc
110
111
  - test/dummy/app/assets/javascripts/application.js