documentation-editor 0.0.1 → 0.0.2

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: 6865ded279e8812942a89a64c22b9f17d63e8501
4
- data.tar.gz: c859360db9e6c0bb4ec201f4a321ae0d93a7c8d5
3
+ metadata.gz: e52adce398a6c2cb941d9d7f2912ba7dbfeceed4
4
+ data.tar.gz: cd6138fcb1319bdee1bc0631df1318b2d4498e98
5
5
  SHA512:
6
- metadata.gz: f2cae69accca7804d12a1b48413d69aa1fc1d86e3baf908f61fc3d414e48b206e599ced9236b8f8350c66da05cbdbc03203fa2fc240006e7e010bb6913bff69c
7
- data.tar.gz: 887456febdb9b0a6dba729c1773be3633923495cb647772e02c2754f88ed46c5db384660e511aab20d0966e0448b31c288a9b154466d96ca796f2e3b175b866b
6
+ metadata.gz: 35d9caeaab7776afb016d65e946396943d69c9abc99eeafd6c31c7188ac13b792562c5e049d8f2ba6d362e2cd247a54907ff703443172e56a0244610586c6b2a
7
+ data.tar.gz: 0e03d10b88676b52bc420dfa103d67f7ff2838ac65c2e2da521e3e852f77c70d65ad2045a7e75e0a77529357d37af86deef8f2811a02b09940a03a5f149ecba6
@@ -0,0 +1 @@
1
+ require 'documentation_editor'
@@ -1,3 +1,3 @@
1
1
  module DocumentationEditor
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: documentation-editor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Algolia Team
@@ -143,6 +143,7 @@ files:
143
143
  - db/migrate/20150722230424_create_documentation_editor_pages.rb
144
144
  - db/migrate/20150725063642_create_documentation_editor_images.rb
145
145
  - db/migrate/20150728040718_create_documentation_editor_revisions.rb
146
+ - lib/documentation-editor.rb
146
147
  - lib/documentation_editor.rb
147
148
  - lib/documentation_editor/configuration.rb
148
149
  - lib/documentation_editor/engine.rb