meteor 0.9.8.2 → 0.9.8.3

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/meteor.rb +6 -6
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1f8837893d35b341d3342a0007e182ed02e7a659
4
- data.tar.gz: 0cb187ef585ed1e86748a253f1e2d16f7397fb78
3
+ metadata.gz: d0259cb94e3b99c242f3f2f31b45ba47346eb7ef
4
+ data.tar.gz: 5382e88b354ec33d7a0590f751227a8314722cc1
5
5
  SHA512:
6
- metadata.gz: 5e0549027633b0321f65e516ad318fd5943c6d5d7d1c60196d0054de6281fb008c22e615d1f6b39ec606493c617e6a06bdfcb68d3c2eccacc37ea878a45a7df7
7
- data.tar.gz: 060616e4e08d83c549a3a3188205d38a95704d35426d750127163d08b18acea02845b2c79905d19d1f3b1ac5bd21f8bb02b0d9ac1597af19fb57a756d603a9d9
6
+ metadata.gz: a0e5fcd186e4d3ececb42ca98b00b99a1c8e9addbcaa6d1de3b3217aa33a27f204e9d739ef559914f8a68e08c1643c4425096676d62ee4d4bade9d06de9ebc51
7
+ data.tar.gz: fbddc5b207a2a6284dacd8a829533fe3c13774bcad752a81b422253b00ede0cd317e2426229ba0b15cd94ec921a38025981497e2bc23fac1e5e34b44acf228e3
@@ -18,12 +18,12 @@
18
18
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19
19
  #
20
20
  # @author Yasumasa Ashida
21
- # @version 0.9.8.2
21
+ # @version 0.9.8.3
22
22
  #
23
23
 
24
24
  module Meteor
25
25
 
26
- VERSION = '0.9.8.2'.freeze
26
+ VERSION = '0.9.8.3'.freeze
27
27
 
28
28
  #require 'fileutils'
29
29
 
@@ -293,8 +293,8 @@ module Meteor
293
293
  # @return [Meteor::Element] element(要素)
294
294
  # @overload element(tag,attr_name,attr_value)
295
295
  # get element using tag name and attribute(name="value") (要素のタグ名と属性(属性名="属性値")で要素を取得する)
296
- # @param [String,symbol] tag tag name (タグ名)
297
- # @param [String,symbol] attr_name attribute name (属性名)
296
+ # @param [String,Symbol] tag tag name (タグ名)
297
+ # @param [String,Symbol] attr_name attribute name (属性名)
298
298
  # @param [String] attr_value attribute value (属性値)
299
299
  # @return [Meteor::Element] element (要素)
300
300
  # @overload element(attr_name,attr_value)
@@ -352,7 +352,7 @@ module Meteor
352
352
  # @overload elements(tag,attr_name,attr_value)
353
353
  # get elements using tag name and attribute(name="value") (要素のタグ名と属性(属性名="属性値")で要素を取得する)
354
354
  # @param [String,Symbol] tag tag name (タグ名)
355
- # @param [String,symbol] attr_name attribute name (属性名)
355
+ # @param [String,Symbol] attr_name attribute name (属性名)
356
356
  # @param [String] attr_value attribute value (属性値)
357
357
  # @return [Array<Meteor::Element>] element array (要素配列)
358
358
  # @overload elements(attr_name,attr_value)
@@ -734,7 +734,7 @@ module Meteor
734
734
  # Attribute class (属性クラス)
735
735
  #
736
736
  # @!attribute [rw] name
737
- # @return [String,symbol] attribute name (名前)
737
+ # @return [String,Symbol] attribute name (名前)
738
738
  # @!attribute [rw] value
739
739
  # @return [String] attribute value (値)
740
740
  # @!attribute [rw] changed
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meteor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.8.2
4
+ version: 0.9.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yasumasa Ashida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-18 00:00:00.000000000 Z
11
+ date: 2015-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler