apic 0.0.4 → 0.0.5

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.
@@ -3,7 +3,6 @@ module Apic
3
3
  isolate_namespace Apic
4
4
  require 'slim'
5
5
  require 'jquery-rails'
6
- require 'bootstrap-sass'
7
6
  ActiveSupport.on_load(:action_controller) do
8
7
  ActionController::Base.send(:include, Apic::Extension)
9
8
  end
@@ -1,3 +1,3 @@
1
1
  module Apic
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Randy Morgan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-05 00:00:00.000000000 Z
11
+ date: 2013-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -52,20 +52,6 @@ dependencies:
52
52
  - - '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.2'
55
- - !ruby/object:Gem::Dependency
56
- name: bootstrap-sass
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - ~>
60
- - !ruby/object:Gem::Version
61
- version: 2.3.2.2
62
- type: :runtime
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - ~>
67
- - !ruby/object:Gem::Version
68
- version: 2.3.2.2
69
55
  - !ruby/object:Gem::Dependency
70
56
  name: coffee-rails
71
57
  requirement: !ruby/object:Gem::Requirement
@@ -103,13 +89,17 @@ executables: []
103
89
  extensions: []
104
90
  extra_rdoc_files: []
105
91
  files:
92
+ - app/assets/images/glyphicons-halflings-white.png
93
+ - app/assets/images/glyphicons-halflings.png
106
94
  - app/assets/javascripts/apic/apic.js.coffee
107
95
  - app/assets/javascripts/apic/application.js
96
+ - app/assets/javascripts/apic/bootstrap/bootstrap.min.js
108
97
  - app/assets/javascripts/apic/components/apic_console.js.coffee
109
98
  - app/assets/javascripts/apic/components/endpoints.js.coffee
110
99
  - app/assets/javascripts/apic/components/http-headers.js.coffee
111
100
  - app/assets/javascripts/apic/components/xhr_history.js.coffee
112
101
  - app/assets/stylesheets/apic/application.css.scss
102
+ - app/assets/stylesheets/apic/bootstrap/bootstrap.css.erb
113
103
  - app/assets/stylesheets/apic/components/console.css.scss
114
104
  - app/assets/stylesheets/apic/components/endpoints.css.scss
115
105
  - app/assets/stylesheets/apic/components/http-headers.css.scss
@@ -156,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
156
146
  version: '0'
157
147
  requirements: []
158
148
  rubyforge_project:
159
- rubygems_version: 2.0.2
149
+ rubygems_version: 2.1.3
160
150
  signing_key:
161
151
  specification_version: 4
162
152
  summary: Apic is a mountable rails engine that enables a web based console for testing