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.
- checksums.yaml +4 -4
- data/lib/meteor.rb +6 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d0259cb94e3b99c242f3f2f31b45ba47346eb7ef
|
4
|
+
data.tar.gz: 5382e88b354ec33d7a0590f751227a8314722cc1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0e5fcd186e4d3ececb42ca98b00b99a1c8e9addbcaa6d1de3b3217aa33a27f204e9d739ef559914f8a68e08c1643c4425096676d62ee4d4bade9d06de9ebc51
|
7
|
+
data.tar.gz: fbddc5b207a2a6284dacd8a829533fe3c13774bcad752a81b422253b00ede0cd317e2426229ba0b15cd94ec921a38025981497e2bc23fac1e5e34b44acf228e3
|
data/lib/meteor.rb
CHANGED
@@ -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.
|
21
|
+
# @version 0.9.8.3
|
22
22
|
#
|
23
23
|
|
24
24
|
module Meteor
|
25
25
|
|
26
|
-
VERSION = '0.9.8.
|
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,
|
297
|
-
# @param [String,
|
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,
|
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,
|
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.
|
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:
|
11
|
+
date: 2015-01-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|