oxidized-web 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of oxidized-web might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'oxidized-web'
3
- s.version = '0.2.0'
3
+ s.version = '0.3.0'
4
4
  s.licenses = %w( Apache-2.0 )
5
5
  s.platform = Gem::Platform::RUBY
6
6
  s.authors = [ 'Saku Ytti', 'Samer Abdel-Hafez' ]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oxidized-web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Saku Ytti
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-02-13 00:00:00.000000000 Z
12
+ date: 2015-06-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: oxidized
@@ -122,13 +122,16 @@ files:
122
122
  - README.md
123
123
  - Rakefile
124
124
  - lib/oxidized/web.rb
125
+ - lib/oxidized/web/mig.rb
125
126
  - lib/oxidized/web/public/css/bootstrap.min.css
126
127
  - lib/oxidized/web/public/css/dataTables.bootstrap.css
128
+ - lib/oxidized/web/public/css/dataTables.colVis.css
127
129
  - lib/oxidized/web/public/css/oxidized.sass
128
130
  - lib/oxidized/web/public/fonts/glyphicons-halflings-regular.eot
129
131
  - lib/oxidized/web/public/fonts/glyphicons-halflings-regular.svg
130
132
  - lib/oxidized/web/public/fonts/glyphicons-halflings-regular.ttf
131
133
  - lib/oxidized/web/public/fonts/glyphicons-halflings-regular.woff
134
+ - lib/oxidized/web/public/images/diff_15x17.png
132
135
  - lib/oxidized/web/public/images/favicon.ico
133
136
  - lib/oxidized/web/public/images/oxidizing.png
134
137
  - lib/oxidized/web/public/images/oxidizing_40px.png
@@ -137,19 +140,26 @@ files:
137
140
  - lib/oxidized/web/public/images/sort_both.png
138
141
  - lib/oxidized/web/public/images/sort_desc.png
139
142
  - lib/oxidized/web/public/images/sort_desc_disabled.png
143
+ - lib/oxidized/web/public/images/versioning_18px.png
140
144
  - lib/oxidized/web/public/scripts/dataTables.bootstrap.js
145
+ - lib/oxidized/web/public/scripts/dataTables.colVis.js
141
146
  - lib/oxidized/web/public/scripts/jquery-2.1.1.min.js
142
147
  - lib/oxidized/web/public/scripts/jquery.dataTables.min.js
143
148
  - lib/oxidized/web/public/scripts/jquery.min.js
149
+ - lib/oxidized/web/public/scripts/script-migration.js
144
150
  - lib/oxidized/web/views/default.haml
151
+ - lib/oxidized/web/views/diffs.haml
145
152
  - lib/oxidized/web/views/head.haml
146
153
  - lib/oxidized/web/views/layout.haml
154
+ - lib/oxidized/web/views/migration.haml
147
155
  - lib/oxidized/web/views/node.haml
148
156
  - lib/oxidized/web/views/nodes.haml
149
157
  - lib/oxidized/web/views/oxidized.sass
150
158
  - lib/oxidized/web/views/sass/bootstrap.min.css
151
159
  - lib/oxidized/web/views/sass/oxidized.sass
152
160
  - lib/oxidized/web/views/stats.haml
161
+ - lib/oxidized/web/views/version.haml
162
+ - lib/oxidized/web/views/versions.haml
153
163
  - lib/oxidized/web/webapp.rb
154
164
  - oxidized-web.gemspec
155
165
  homepage: http://github.com/ytti/oxidized-web