summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuki Nishijima <yk.nishijima@gmail.com>2020-03-17 16:24:13 -0400
committerGitHub <noreply@github.com>2020-03-17 16:24:13 -0400
commit08c7decd5690e87b1a1b37bbd41d391b574b62ef (patch)
tree3f1616211ae669425841e3aa00fb290e8de81f98
parentbb8a35ef7e45654ce3e57c9154da014432a46d13 (diff)
parent32b18ca7ca3f763e9a13124ac1000df4d708a695 (diff)
downloadpsych-08c7decd5690e87b1a1b37bbd41d391b574b62ef.zip
Merge pull request #437 from deivid-rodriguez/fix_rake_install
Fix gem installation
-rw-r--r--.github/workflows/ubuntu.yml2
-rw-r--r--psych.gemspec2
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index efd01ea..b085e4b 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -21,3 +21,5 @@ jobs:
run: bundle install
- name: Run test
run: rake
+ - name: Install gem
+ run: rake install
diff --git a/psych.gemspec b/psych.gemspec
index e0168af..0990098 100644
--- a/psych.gemspec
+++ b/psych.gemspec
@@ -25,7 +25,7 @@ DESCRIPTION
# for ruby core repository. It was generated by `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
s.files = [
- ".gitignore", ".travis.yml", "Gemfile", "Mavenfile", "README.md", "Rakefile", "bin/console",
+ ".gitignore", "Gemfile", "Mavenfile", "README.md", "Rakefile", "bin/console",
"bin/setup", "ext/psych/depend", "ext/psych/extconf.rb", "ext/psych/psych.c", "ext/psych/psych.h",
"ext/psych/psych_emitter.c", "ext/psych/psych_emitter.h", "ext/psych/psych_parser.c", "ext/psych/psych_parser.h",
"ext/psych/psych_to_ruby.c", "ext/psych/psych_to_ruby.h", "ext/psych/psych_yaml_tree.c", "ext/psych/psych_yaml_tree.h",