intact_case 1.0.0 → 1.0.1
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/README.md +0 -6
- data/intact_case.gemspec +4 -5
- data/lib/intact_case/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fbe93eef691141e950e90fc945f702fe587e7f44
|
4
|
+
data.tar.gz: 63ef343c2cdb8cffe4e8c321b571d06e308fed3a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac67a62e8d51f5b43ba2f25dcaa19e5c4b0ec190b1322d53adaf6c62ad49cf622cb5790f03576f974593539aa5a523865068789f95d7841192a463b283266a04
|
7
|
+
data.tar.gz: e8812fb98bd7120aa56a9712055c9bc9aa7e210adb5a18b416305bbf39b7d698d3f76c72f87a28be86f860d41ec30176fc6756fe6da47279a8b70be658b63485
|
data/README.md
CHANGED
@@ -35,12 +35,6 @@ When you use this library, you must understand rules of Intact Case.
|
|
35
35
|
|
36
36
|
If you want to see more information, please see [IntactCase](http://lab.kochlein.com/IntactCase).
|
37
37
|
|
38
|
-
## Development
|
39
|
-
|
40
|
-
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake rspec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
41
|
-
|
42
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
43
|
-
|
44
38
|
## Contributing
|
45
39
|
|
46
40
|
Bug reports and pull requests are welcome on GitHub at https://github.com/StewEucen/intact-case-ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
|
data/intact_case.gemspec
CHANGED
@@ -16,17 +16,16 @@ Gem::Specification.new do |spec|
|
|
16
16
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
18
18
|
# delete this section to allow pushing this gem to any host.
|
19
|
-
|
20
|
-
|
21
|
-
else
|
22
|
-
raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
|
23
|
-
end
|
19
|
+
raise "RubyGems 2.0 or newer is required to protect against public gem pushes." \
|
20
|
+
unless spec.respond_to?(:metadata)
|
24
21
|
|
25
22
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
26
23
|
spec.bindir = "exe"
|
27
24
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
28
25
|
spec.require_paths = ["lib"]
|
29
26
|
|
27
|
+
spec.required_ruby_version = ">= 1.9"
|
28
|
+
|
30
29
|
spec.add_development_dependency "bundler", "~> 1.10"
|
31
30
|
spec.add_development_dependency "rake", "~> 10.0"
|
32
31
|
spec.add_development_dependency "rspec"
|
data/lib/intact_case/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: intact_case
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stew Eucen
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-07-
|
11
|
+
date: 2015-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -87,7 +87,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
87
87
|
requirements:
|
88
88
|
- - ">="
|
89
89
|
- !ruby/object:Gem::Version
|
90
|
-
version: '
|
90
|
+
version: '1.9'
|
91
91
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
92
92
|
requirements:
|
93
93
|
- - ">="
|