drupal83 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/NOTES.md +1 -1
  2. data/README.md +4 -1
  3. data/lib/drupal/version.rb +1 -1
  4. metadata +1 -1
data/NOTES.md CHANGED
@@ -1,7 +1,7 @@
1
1
  build process
2
2
 
3
3
  gem build drupal83.gemspec
4
- gem push drupal83-0.0.1.gem
4
+ gem push drupal83-*.*.*.gem
5
5
  bundle
6
6
  rake -T
7
7
  rake build
data/README.md CHANGED
@@ -31,7 +31,7 @@ Or install it yourself as:
31
31
 
32
32
  require 'rubygems'
33
33
  require 'data_mapper' # requires all the gems listed above
34
- require 'drupal83'
34
+ require 'drupal'
35
35
 
36
36
  puts "ready"
37
37
 
@@ -48,6 +48,9 @@ Or install it yourself as:
48
48
  # u.nodes
49
49
  end
50
50
 
51
+ ```
52
+ ```
53
+
51
54
  ## Contributing
52
55
 
53
56
  1. Fork it
@@ -1,3 +1,3 @@
1
1
  module Drupal
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: drupal83
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: