partially_useful 0.1.0 → 0.1.1

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: c946ba0664ecb0b799fa878beb56ae454aac2840
4
- data.tar.gz: 376bba8c028629234928b5283a5094d233b4b23b
3
+ metadata.gz: 3125492f037d17719f62948a550602aae2e899ff
4
+ data.tar.gz: 63a73461a02c79816ce041ff42fb3a894ceb3d2b
5
5
  SHA512:
6
- metadata.gz: 8edaaa45a616ee17fc2921a1778bfdd852efc9827cda85a130fc716cbfdb6e075acfcc0896340903b42740b0a41270ee59a16f9bff4ee376b663b0ba7303e724
7
- data.tar.gz: 8b4d25a75fc210cfa8903c9a1673cff20170a2c5070a5f78da2042a13cb931c5e90de872ce8b881c729d0ca3ea1313dbe433cb8bb50d2d21d758df4a2c4097b4
6
+ metadata.gz: 23923df7213aec35ea957213f0158617fe1e53125ea79984d0c3cf6cb43bee1322e856f75bee16c5b5fc002c74531063704119506e82c9024e221e97fa3f93dd
7
+ data.tar.gz: 563f125fb9e34443a905a04b5352036cb40be9ddb298cb5d2be976784d861ca44838676891eea1763f2e4bae0a8d688f2ed7e2af73bd42940defb24c9d1a8bdc
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.1.1
2
+
3
+ * fix the gemspec
4
+
1
5
  # 0.1.0
2
6
 
3
7
  * support for 1.9.3 and jruby (no more Module#prepend)
data/Gemfile.lock CHANGED
@@ -1,22 +1,22 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- partially_useful (0.0.3)
4
+ partially_useful (0.1.1)
5
5
  railties (~> 4.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionpack (4.1.1)
11
- actionview (= 4.1.1)
12
- activesupport (= 4.1.1)
10
+ actionpack (4.1.0)
11
+ actionview (= 4.1.0)
12
+ activesupport (= 4.1.0)
13
13
  rack (~> 1.5.2)
14
14
  rack-test (~> 0.6.2)
15
- actionview (4.1.1)
16
- activesupport (= 4.1.1)
15
+ actionview (4.1.0)
16
+ activesupport (= 4.1.0)
17
17
  builder (~> 3.1)
18
18
  erubis (~> 2.7.0)
19
- activesupport (4.1.1)
19
+ activesupport (4.1.0)
20
20
  i18n (~> 0.6, >= 0.6.9)
21
21
  json (~> 1.7, >= 1.7.7)
22
22
  minitest (~> 5.1)
@@ -26,20 +26,18 @@ GEM
26
26
  erubis (2.7.0)
27
27
  i18n (0.6.9)
28
28
  json (1.8.1)
29
- json (1.8.1-java)
30
29
  minitest (5.3.3)
31
30
  rack (1.5.2)
32
31
  rack-test (0.6.2)
33
32
  rack (>= 1.0)
34
- railties (4.1.1)
35
- actionpack (= 4.1.1)
36
- activesupport (= 4.1.1)
33
+ railties (4.1.0)
34
+ actionpack (= 4.1.0)
35
+ activesupport (= 4.1.0)
37
36
  rake (>= 0.8.7)
38
37
  thor (>= 0.18.1, < 2.0)
39
38
  rake (10.3.1)
40
39
  thor (0.19.1)
41
40
  thread_safe (0.3.3)
42
- thread_safe (0.3.3-java)
43
41
  tzinfo (1.1.0)
44
42
  thread_safe (~> 0.1)
45
43
 
@@ -1,3 +1,3 @@
1
1
  module PartiallyUseful
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
20
 
21
- spec.required_ruby_version = '~> 2.0'
21
+ spec.required_ruby_version = '~> 1.9'
22
22
 
23
23
  spec.add_dependency 'railties', '~> 4.0'
24
24
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: partially_useful
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - phoet
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
108
108
  requirements:
109
109
  - - "~>"
110
110
  - !ruby/object:Gem::Version
111
- version: '2.0'
111
+ version: '1.9'
112
112
  required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  requirements:
114
114
  - - ">="