oxymoron 1.0.0 → 1.0.1

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: 6bab8fc9df619ce47e56b79c782fe4dd66b8e9c3
4
- data.tar.gz: e3ecc62002de472434a45b3b3842c92fa3c2d580
3
+ metadata.gz: e09643fbb443c8371d2db09049efa6068e7126cd
4
+ data.tar.gz: 8a2ed36f783a17739c6f6855d29363c5745ab81c
5
5
  SHA512:
6
- metadata.gz: 4e08c72c3407a4ce304fc6c862ffde67b6f81be3c33be6db753df4bde486f3caf32acc52db4d6b7b11bdc6f44e36823967b5b7cc28d16178a90af39b0f264f54
7
- data.tar.gz: 392bd474869d94851ec8db6a6ddb516f2c538599c78df5a6f806cbde42333ab1a0f246f9b06511bb52ea17d2cc281df5e55fd50621c50d05b104db7ac3cdaf99
6
+ metadata.gz: fbf7f6d4641a16e2666749f7954531890e23f3a2b55f3e4e6491605a5007b0ed2f35e41a6a1c371f9e8ffa4d2a10a44b3696b4f8e4b3e227156cd5baf49c92db
7
+ data.tar.gz: efb72ab1c63d71815c3e6ce9cb1f2de8925bfd6cf5ad8be4739217e8abb957fcfb904772a598fb7044c74f336dc48c606708cb6fe63fd8387033041d33fb5ea4
data/README.md CHANGED
@@ -1,11 +1,13 @@
1
1
  # Oxymoron
2
2
 
3
+ [Example application](https://github.com/storuky/oxymoron_app)
4
+
3
5
  ##Setup
4
6
 
5
7
  Add it to your Gemfile:
6
8
 
7
9
  ```
8
- gem "oxymoron", git: "https://github.com/storuky/oxymoron.git", branch: :master
10
+ gem 'oxymoron'
9
11
  ```
10
12
 
11
13
  ## Basic settings (Asset Pipeline)
@@ -45,8 +45,6 @@ angular.module("oxymoron.config.states", [])
45
45
  <% unless value[:cache] %>
46
46
  params['v']=(new Date()).getTime();
47
47
  <% end %>
48
-
49
-
50
48
  if ($stateProvider.oxymoron_location) {
51
49
  var query = _.omit($stateProvider.oxymoron_location.search(), _.keys(params));
52
50
  params = angular.extend(query, params);
@@ -4,7 +4,7 @@
4
4
  <%= render_oxymoron_assets "directives.js.erb"%>
5
5
  <%= render_oxymoron_assets "notifier.js.erb"%>
6
6
 
7
- angular.module('oxymoron', ['ngNotify', 'ui.router', 'ngResource', 'oxymoron.directives', 'oxymoron.services', 'oxymoron.config', 'oxymoron.notifier'])
7
+ angular.module('oxymoron', ['ngNotify', 'ngCookies', 'ui.router', 'ngResource', 'oxymoron.directives', 'oxymoron.services', 'oxymoron.config', 'oxymoron.notifier'])
8
8
 
9
9
  }).call(this);
10
10
 
@@ -1,3 +1,3 @@
1
1
  module Oxymoron
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oxymoron
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kononenko Paul
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-09 00:00:00.000000000 Z
11
+ date: 2016-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: awesome_print
@@ -958,7 +958,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
958
958
  version: '0'
959
959
  requirements: []
960
960
  rubyforge_project:
961
- rubygems_version: 2.6.1
961
+ rubygems_version: 2.4.3
962
962
  signing_key:
963
963
  specification_version: 4
964
964
  summary: It's using AngularJS and Rails >= 4.2