handle-system 0.0.3 → 0.0.4
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.
- data/README.md +2 -2
- data/lib/handle/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
|
@@ -13,7 +13,7 @@ and `hdl-genericbatch`) behind the scenes to do its work.
|
|
|
13
13
|
|
|
14
14
|
Add this line to your application's Gemfile:
|
|
15
15
|
|
|
16
|
-
gem 'handle'
|
|
16
|
+
gem 'handle-system'
|
|
17
17
|
|
|
18
18
|
And then execute:
|
|
19
19
|
|
|
@@ -21,7 +21,7 @@ And then execute:
|
|
|
21
21
|
|
|
22
22
|
Or install it yourself as:
|
|
23
23
|
|
|
24
|
-
$ gem install handle
|
|
24
|
+
$ gem install handle-system
|
|
25
25
|
|
|
26
26
|
## Usage
|
|
27
27
|
|
data/lib/handle/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: handle-system
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
108
108
|
version: '0'
|
|
109
109
|
segments:
|
|
110
110
|
- 0
|
|
111
|
-
hash:
|
|
111
|
+
hash: 3409200996868797550
|
|
112
112
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
113
|
none: false
|
|
114
114
|
requirements:
|
|
@@ -117,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
117
117
|
version: '0'
|
|
118
118
|
segments:
|
|
119
119
|
- 0
|
|
120
|
-
hash:
|
|
120
|
+
hash: 3409200996868797550
|
|
121
121
|
requirements: []
|
|
122
122
|
rubyforge_project:
|
|
123
123
|
rubygems_version: 1.8.23
|